source 'https://github.com/CocoaPods/Specs.git'
source 'git@git.gengmei.cc:gengmeiios/GMSpecs.git'

use_frameworks!

target 'GMPhobos_Example' do
    
    pod 'GMPhobos', :path => '../'
    target 'GMPhobos_Tests' do
        inherit! :search_paths
    end
    
end
