Aucune description

Podfile 316B

1234567891011121314151617181920
  1. platform :ios, ‘8.0’
  2. target ‘CAISHEN’ do
  3. pod 'QBImagePickerController'
  4. pod 'MBProgressHUD'
  5. pod 'AFNetworking'
  6. pod 'SDWebImage'
  7. pod 'MJRefresh'
  8. pod 'Masonry'
  9. pod 'YYModel'
  10. pod 'FMDB'
  11. pod 'IQKeyboardManager'
  12. pod 'Bugly'
  13. pod 'UMengAnalytics'
  14. pod 'ReactiveCocoa','2.4.7'
  15. pod 'FORScrollViewEmptyAssistant'
  16. end