Podfile 272 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 source 'https://github.com/CocoaPods/Specs.git' source 'http://git.gengmei.cc/gengmeiios/GMSpecs.git' use_frameworks! target 'GMPhobos_Example' do pod 'GMPhobos', :path => '../' target 'GMPhobos_Tests' do inherit! :search_paths end end