Podfile 397 B

12345678910111213141516
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'NexilisLite' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for NexilisLite
  7. # pod 'nuSDKService', '~> 0.0.7'
  8. pod 'FMDB', '~> 2.7.5'
  9. pod 'NotificationBannerSwift', '~> 3.0.0'
  10. pod 'ReadabilityKit'
  11. pod 'Alamofire', '~> 5.5'
  12. end