2016-11-16 20:41:32 +00:00
|
|
|
use_frameworks!
|
2019-11-13 13:27:36 +00:00
|
|
|
platform :ios, '9.0'
|
2016-11-16 20:41:32 +00:00
|
|
|
|
|
|
|
|
target 'IGListKitExamples' do
|
2019-11-13 13:27:36 +00:00
|
|
|
pod 'IGListDiffKit', :path => '../../IGListDiffKit.podspec'
|
2016-11-16 20:41:32 +00:00
|
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
2019-12-19 16:11:46 +00:00
|
|
|
pod 'IGListSwiftKit', :path => '../../IGListSwiftKit.podspec'
|
2016-11-16 20:41:32 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'IGListKitMessageExample' do
|
2019-11-13 13:27:36 +00:00
|
|
|
pod 'IGListDiffKit', :path => '../../IGListDiffKit.podspec'
|
2016-11-16 20:41:32 +00:00
|
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
2019-12-19 16:11:46 +00:00
|
|
|
pod 'IGListSwiftKit', :path => '../../IGListSwiftKit.podspec'
|
2016-11-16 20:41:32 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'IGListKitTodayExample' do
|
2019-11-13 13:27:36 +00:00
|
|
|
pod 'IGListDiffKit', :path => '../../IGListDiffKit.podspec'
|
2016-11-16 20:41:32 +00:00
|
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
2019-12-19 16:11:46 +00:00
|
|
|
pod 'IGListSwiftKit', :path => '../../IGListSwiftKit.podspec'
|
2016-11-16 20:41:32 +00:00
|
|
|
end
|