Podfile 439 B

1234567891011121314
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. source "https://github.com/CocoaPods/Specs.git"
  4. source "https://git.forgetive.org/XCAppCollection/XCAppPodSpec.git"
  5. target 'XCTreeLangDemo' do
  6. # Comment the next line if you don't want to use dynamic frameworks
  7. use_frameworks!
  8. # Pods for XCTreeLangDemo
  9. pod 'XCTreeLang', :path => './Modules/XCTreeLang', :modular_headers => true
  10. end