mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 06:58:26 +00:00
Summary: Progress on #270. - Setup basic, empty example project - Setup test target and add tests that work for macOS - Update changelog - Update travis-ci Closes https://github.com/Instagram/IGListKit/pull/328 Differential Revision: D4325876 Pulled By: jessesquires fbshipit-source-id: 342963ce5103d3980c697655e1f1a9b6f3f1c520
5 lines
105 B
Ruby
5 lines
105 B
Ruby
use_frameworks!
|
|
|
|
target 'IGListKitExamples' do
|
|
pod 'IGListKit', :path => '../../IGListKit.podspec'
|
|
end
|