123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Uncomment this line to define a global platform for your project
- platform :ios, "8.0"
- #inhibit_all_warnings!
- def shared_pods
- pod 'CocoaLumberjack'
- pod 'HyphenateLite_CN', '~>3.2.2.2'
- pod 'Reachability'
- pod 'AFNetworking', '~>3.1.0'
- pod 'MBProgressHUD'
- pod 'APAvatarImageView'
- pod 'TTTAttributedLabel'
- pod 'MXSegmentedPager'
- pod 'SDWebImage', '~> 3.8.1'
- pod 'Masonry'
- pod 'pop'
- pod 'FMDB'
- pod 'Bugly'
- pod 'UICKeyChainStore'
- pod 'IQKeyboardManager'
- pod 'BBCyclingLabel', '~> 1.0'
- end
- target "FirstLink" do
- shared_pods
- end
- target "FirstLinkUS" do
- shared_pods
- end
- target "FirstLinkHaimai" do
- shared_pods
- end
- target "FirstLinkTests" do
- shared_pods
- end
|