mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 15:08:50 +00:00
14 lines
293 B
Text
14 lines
293 B
Text
|
|
use_frameworks!
|
||
|
|
|
||
|
|
target 'IGListKitExamples' do
|
||
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
||
|
|
end
|
||
|
|
|
||
|
|
target 'IGListKitMessageExample' do
|
||
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
||
|
|
end
|
||
|
|
|
||
|
|
target 'IGListKitTodayExample' do
|
||
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
||
|
|
end
|