12345678910111213141516 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- source 'https://git.forgetive.org/Componentization/CMPodSpec.git'
- target 'ComponentizationDemo' do
- # Comment the next line if you don't want to use dynamic frameworks
- # use_frameworks!
-
- # pod 'XCComponentization'
- # Pods for ComponentizationDemo
-
- pod 'XCComponentization', :path => './Modules/XCComponentization', :modular_headers => true
- end
|