Nessuna descrizione

Podfile 924B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Uncomment this line to define a global platform for your project
  2. platform :ios, "8.0"
  3. #inhibit_all_warnings!
  4. def shared_pods
  5. pod 'CocoaLumberjack'
  6. pod 'HyphenateLite_CN', '~>3.2.2.2'
  7. pod 'Reachability'
  8. pod 'AFNetworking', '~>3.1.0'
  9. pod 'MBProgressHUD'
  10. pod 'APAvatarImageView'
  11. pod 'TTTAttributedLabel'
  12. pod 'MXSegmentedPager'
  13. pod 'SDWebImage', '~> 3.8.1'
  14. pod 'Masonry'
  15. pod 'pop'
  16. pod 'FMDB'
  17. pod 'Bugly'
  18. pod 'UICKeyChainStore'
  19. pod 'IQKeyboardManager'
  20. pod 'BBCyclingLabel', '~> 1.0'
  21. # 贷超的三方库
  22. pod 'QBImagePickerController'
  23. pod 'MJRefresh'
  24. pod 'YYModel'
  25. pod 'ReactiveCocoa','2.4.7'
  26. pod 'FORScrollViewEmptyAssistant'
  27. pod 'BlocksKit'
  28. end
  29. target "FirstLink" do
  30. shared_pods
  31. end
  32. target "FirstLinkUS" do
  33. shared_pods
  34. end
  35. target "FirstLinkHaimai" do
  36. shared_pods
  37. end
  38. target "FirstLinkTests" do
  39. shared_pods
  40. end