123456789101112131415 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'fiveConstant' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for fiveConstant
- pod 'Alamofire'
- pod 'Moya', '~> 15.0'
- pod 'AlertToast'
- pod 'HandyJSON', '~> 5.0.2'
- pod 'Defaults', '~> 4.2.2'
- pod 'SwiftyUserDefaults', '~> 5.0'
- end
|