No Description

Podfile 242B

1234567891011121314151617
  1. platform :ios, ‘8.0’
  2. target ‘WEIYAN’ 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 'Bugly'
  12. pod 'FORScrollViewEmptyAssistant'
  13. end