Podfile 850 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  2. # Uncomment the next line to define a global platform for your project
  3. platform :ios, '10.0'
  4. target 'Koala' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. # Pods for Koala
  8. pod 'Alamofire'
  9. pod 'Kingfisher'
  10. pod 'SnapKit'
  11. pod 'SVProgressHUD'
  12. pod 'IQKeyboardManagerSwift'
  13. pod 'SwiftyJSON'
  14. pod 'ReactiveCocoa'
  15. pod 'MJRefresh'
  16. pod 'HandyJSON'
  17. pod 'MJExtension'
  18. pod 'SideMenu'
  19. pod 'GzipSwift'
  20. pod 'FMDB'
  21. pod 'lottie-ios'
  22. pod 'CryptoSwift'
  23. pod 'LLCycleScrollView'
  24. pod 'SwiftSVG'
  25. pod 'Starscream'
  26. pod 'LiveChat'
  27. pod 'PGDatePicker'
  28. pod 'TYCyclePagerView'
  29. pod "ViewAnimator"
  30. target 'KoalaTests' do
  31. inherit! :search_paths
  32. # Pods for testing
  33. end
  34. target 'KoalaUITests' do
  35. inherit! :search_paths
  36. # Pods for testing
  37. end
  38. end