Podfile 363 B

123456789101112131415
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'naiyoup' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for naiyoup
  7. pod 'HandyJSON'
  8. pod 'IQKeyboardManagerSwift'
  9. pod 'SwiftyUserDefaults'
  10. pod 'XCGLogger'
  11. pod 'Alamofire'
  12. pod 'MBProgressHUD'
  13. end