Marvin Nazari a9a3e8e40c [IGListKit] Search example (#3047)
* Search example with IGListKit

* Cleanup

* updated to use new class methods [ASIGListSectionControllerMethods]
2017-02-27 12:52:48 -08:00

11 lines
314 B
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'RepoSearcher' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for RepoSearcher
pod 'AsyncDisplayKit/IGListKit', :path => '../..'
end