Podfile 106 B

123456
  1. use_frameworks!
  2. target 'XCComponentization_Tests' do
  3. pod 'XCComponentization', :path => '../'
  4. end