podfile 256 B

12345678910111213141516
  1. platform:ios,’8.0’
  2. inhibit_all_warnings!
  3. target'JSJPCoach'do
  4. pod 'BaiduMapKit'
  5. pod 'BMKLocationKit'
  6. pod 'AFNetworking'
  7. pod 'GTSDK'
  8. pod 'RealReachability'
  9. pod 'SMSSDK'
  10. pod 'SDWebImage’
  11. pod 'MJRefresh’
  12. pod 'TZImagePickerController'
  13. pod 'Bugly'
  14. end