12345678910111213141516171819202122232425262728293031 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- target 'AppBuilder' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # pod 'QmeraLite', '~> 1.0.2'
- # pod 'GoogleUtilitiesComponents', '~> 1.1'
- pod 'NexilisLite', :path => '../NexilisLite'
- # 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
|