12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # 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'
- # 贷超的三方库
- pod 'QBImagePickerController'
- pod 'MJRefresh'
- pod 'YYModel'
- pod 'ReactiveCocoa','2.4.7'
- pod 'FORScrollViewEmptyAssistant'
- pod 'BlocksKit'
- 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
|