暂无描述

Podfile 374B

1234567891011121314151617181920212223
  1. platform :ios, ‘8.0’
  2. target ‘CAIPU’ do
  3. pod 'MBProgressHUD'
  4. pod 'AFNetworking'
  5. pod 'SDWebImage', '3.7.3'
  6. pod 'MJRefresh'
  7. pod 'Masonry'
  8. pod 'YYModel'
  9. pod 'FMDB'
  10. pod 'IQKeyboardManager'
  11. pod 'Bugly'
  12. pod 'UMengAnalytics'
  13. pod 'Bugly'
  14. pod 'YYText'
  15. pod 'LKDBHelper'
  16. pod 'PYPhotoBrowser'
  17. pod 'UITableView+FDTemplateLayoutCell', '~> 1.6'
  18. pod 'SDAutoLayout', '~> 2.2.0'
  19. end