mirror of
https://github.com/Instagram/IGListKit
synced 2026-04-30 09:57:30 +00:00
Summary: ~~Land after #661, #730 and D5031184~~ Rebuild the docs from script. Couple notes: - Went from 100% to 99%, does that matter? Script output says - > 99% documentation coverage with 2 undocumented symbols - Looks like `NS_SWIFT_NAME` throws documentation for a loop on `IGListDiffOption` and `IGListExperiment` - Swift names are different, will that be a problem? Part of #707 Closes https://github.com/Instagram/IGListKit/pull/728 Differential Revision: D5050951 Pulled By: jessesquires fbshipit-source-id: 19249c1d34e6f253b911965114fd4ae7458d2684
14 lines
314 B
Ruby
14 lines
314 B
Ruby
use_frameworks!
|
|
platform :ios, '8.0'
|
|
|
|
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
|