1234567891011121314151617181920212223242526272829303132 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'DigiXLite' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks! :linkage => :static
- # Pods for DigiXLite
- pod 'nuSDKService', '~> 1.0.0'
- pod 'FMDB', '~> 2.7.5'
- pod 'NotificationBannerSwift', '3.0.6'
- pod 'Alamofire', '~> 5.8.1'
- pod 'SDWebImage', '~> 5.15.7'
- pod 'Toast-Swift', '~> 5.0.1'
- pod 'ZIPFoundation', '~> 0.9.16'
- pod 'SwiftLinkPreview', '~> 3.4.0'
- pod 'Popover'
- target 'DigiXLiteTests' do
- # Pods for testing
- end
- end
- target 'DigiXLiteResources' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for DigiXLiteResources
- end
|