This project manages its dependencies using CocoaPods. Learn more
Podfile 272 Bytes
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