Нет описания

Podfile 528B

12345678910111213141516171819202122232425262728
  1. platform :ios, ‘8.0’
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
  4. target ‘YouHuiProject’ do
  5. pod 'QBImagePickerController'
  6. pod 'MBProgressHUD'
  7. pod 'AFNetworking'
  8. pod 'SDWebImage'
  9. pod 'MJRefresh'
  10. pod 'Masonry'
  11. pod 'YYModel'
  12. pod 'Bugly'
  13. pod 'FMDB'
  14. pod 'UMengAnalytics'
  15. pod 'IQKeyboardManager'
  16. pod 'ReactiveCocoa','2.4.7'
  17. pod 'BlocksKit'
  18. pod 'YYCategories'
  19. pod 'YYText'
  20. pod 'YYWebImage'
  21. pod 'PYSearch'
  22. pod 'AlibcTradeSDK'
  23. pod 'SVProgressHUD'
  24. end