Nenhuma Descrição

Podfile 737B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. end
  22. target "FirstLink" do
  23. shared_pods
  24. end
  25. target "FirstLinkUS" do
  26. shared_pods
  27. end
  28. target "FirstLinkHaimai" do
  29. shared_pods
  30. end
  31. target "FirstLinkTests" do
  32. shared_pods
  33. end