Podfile 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 use_frameworks! platform :ios, '9.0' target 'JCategoryKit_Example' do pod 'JCategoryKit', :path => '../' target 'JCategoryKit_Tests' do inherit! :search_paths pod 'FBSnapshotTestCase' end end