1234567891011121314151617181920212223242526272829303132333435 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '14.0'
- target 'AppBuilder' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- pod 'NexilisLite', :path => '../NexilisLite'
- # pod 'nuSDKService', '~> 0.0.8'
- # pod 'FMDB', '~> 2.7.5'
- # pod 'NotificationBannerSwift', '~> 3.2.1'
- # pod 'Alamofire', '~> 5.7.0'
- # pod 'SDWebImage', '~> 5.15.7'
- # pod 'Toast-Swift', '~> 5.0.1'
- # Pods for AppBuilder
- # target 'AppBuilderTests' do
- #inherit! :search_paths
- # Pods for testing
- # end
- #target 'AppBuilderUITests' do
- # Pods for testing
- #end
-
- # post_install do |installer|
- # installer.pods_project.targets.each do |target|
- # target.build_configurations.each do |config|
- # config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
- # end
- # end
- # end
- end
|