Podfile 755 B

12345678910111213141516171819202122232425262728293031
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'AppBuilder' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # pod 'QmeraLite', '~> 1.0.2'
  7. # pod 'GoogleUtilitiesComponents', '~> 1.1'
  8. pod 'NexilisLite', :path => '../NexilisLite'
  9. # Pods for AppBuilder
  10. # target 'AppBuilderTests' do
  11. #inherit! :search_paths
  12. # Pods for testing
  13. # end
  14. #target 'AppBuilderUITests' do
  15. # Pods for testing
  16. #end
  17. # post_install do |installer|
  18. # installer.pods_project.targets.each do |target|
  19. # target.build_configurations.each do |config|
  20. # config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
  21. # end
  22. # end
  23. # end
  24. end