12345678910111213141516 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'NexilisLite' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
-
- # Pods for NexilisLite
-
- # pod 'nuSDKService', '~> 0.0.7'
- pod 'FMDB', '~> 2.7.5'
- pod 'NotificationBannerSwift', '~> 3.0.0'
- pod 'ReadabilityKit'
- pod 'Alamofire', '~> 5.5'
- end
|