2020-08-13 13:24:14 +08:00
|
|
|
platform :ios, '9.0'
|
2017-02-03 13:27:59 -08:00
|
|
|
use_frameworks!
|
|
|
|
|
2020-08-13 17:17:15 +08:00
|
|
|
targetsArray = ['YogaKitSample', 'YogaKitSampleTests']
|
|
|
|
targetsArray.each do |t|
|
|
|
|
target t do
|
|
|
|
pod 'Yoga', :path => '../../Yoga.podspec'
|
|
|
|
pod 'YogaKit', :path => '../../YogaKit.podspec'
|
|
|
|
pod 'IGListKit', '~> 4.0.0'
|
|
|
|
end
|
2017-02-03 13:27:59 -08:00
|
|
|
end
|