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