Podfile 454 B

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