Podfile 408 B

123456789101112131415
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'fiveConstant' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for fiveConstant
  7. pod 'Alamofire'
  8. pod 'Moya', '~> 15.0'
  9. pod 'AlertToast'
  10. pod 'HandyJSON', '~> 5.0.2'
  11. pod 'Defaults', '~> 4.2.2'
  12. pod 'SwiftyUserDefaults', '~> 5.0'
  13. end