1234567891011121314151617181920212223 |
- platform :ios, ‘8.0’
- target ‘PublicFund’ do
- pod 'MBProgressHUD'
- pod 'AFNetworking'
- pod 'SDWebImage'
- pod 'MJRefresh'
- pod 'Masonry'
- pod 'YYModel'
- pod 'FMDB'
- pod 'Bugly'
- pod 'UMengAnalytics'
- pod 'UMengUShare/Social/WeChat'
- pod 'UMengUShare/UI'
- pod 'IQKeyboardManager'
- pod 'FORScrollViewEmptyAssistant'
- pod 'ReactiveCocoa','2.4.7'
- pod 'TZImagePickerController'
- pod 'BlocksKit'
- end
|