iOS 優秀開源框架 開源包 開發包 from : Podfile of chatsecure ---待完善


前段時間發現chatsecure的podfile中使用了很多非常優秀的開源包 和 大公司的sdk。 拿出來分享下。 各個類庫的作用待完善。

platform :ios, "7.0"
   
  inhibit_all_warnings!
   
  source 'https://github.com/CocoaPods/Specs.git'
   
  pod 'AFNetworking', '~> 2.4'
  pod "Appirater", '~> 2.0'
  pod 'OpenInChrome', '~> 0.0'
  pod 'MWFeedParser', '~> 1.0'
  pod "CocoaLumberjack", '~> 1.9'
  pod "Facebook-iOS-SDK", '~> 3.19'
  pod "HockeySDK", '~> 3.6'
  pod "MagicalRecord", '~> 2.2'
  pod 'MBProgressHUD', '~> 0.9'
  pod "SSKeychain", '~> 1.2'
  pod "UIAlertView-Blocks", '~> 1.0'
  pod 'gtm-oauth2', '~> 0.1.0'
  pod 'JTTargetActionBlock', '~> 1.0'
  # pod 'YapDatabase/SQLCipher', '~> 2.5' # We need to use fork for sqlite3_rekey support
  pod 'Mantle', '~> 1.4'
  pod 'Navajo', '~> 0.0'
  pod 'RMStepsController', '~> 1.0'
  pod 'JSQSystemSoundPlayer', '~> 1.5'
  pod 'JSQMessagesViewController', '~> 5.3'
  pod 'BBlock', '~> 1.2'
  pod 'JVFloatLabeledTextField', '~> 0.0'
  pod 'TTTAttributedLabel', '~> 1.10'
  pod 'VTAcknowledgementsViewController', '~> 0.12'
  pod 'PureLayout', '~> 2.0'
  pod 'BButton', '~> 4.0'
  pod 'uservoice-iphone-sdk', '~> 3.2'
  pod 'TUSafariActivity', '~> 1.0'
  pod 'ARChromeActivity', '~> 1.0'
   
  # Waiting for 7.4.1 to be pushed to trunk
  pod 'CocoaAsyncSocket', :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', :commit => 'c0bbcbcc5e039ca5d732f9844bf95c3d8ee31a5b'
   
  # Forks
  pod 'AFOAuth2Client', :git => 'https://github.com/ChatSecure/AFOAuth2Client.git', :branch => 'release'
  pod 'SIAlertView', :git => 'https://github.com/ChatSecure/SIAlertView.git', :branch => 'attributedText'
   
  # Submodules
  pod 'ProxyKit/Client', :path => 'Submodules/ProxyKit/ProxyKit.podspec'
  pod 'OTRKit', :path => 'Submodules/OTRKit/OTRKit.podspec'
  pod 'CPAProxy', :path => 'Submodules/CPAProxy/CPAProxy.podspec'
  pod 'XMPPFramework', :path => 'Submodules/XMPPFramework/XMPPFramework.podspec'
  pod 'YapDatabase/SQLCipher', :path => 'Submodules/YapDatabase/YapDatabase.podspec'

使用 SDWebImage 來作為圖片下載器 和 緩存器cache, 另外, 該庫還提供了 UIImageView 擴展

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM