source 'https://github.com/CocoaPods/Specs.git'
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
inhibit_all_warnings!

use_frameworks!
platform :ios, '8.0'

target 'GMRefresh_Example' do
    
    pod 'GMRefresh', :path => '../'
    pod 'GMPhobos', :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMPhobos.git', :commit => 'ed064ed2'

    target 'GMRefresh_Tests' do
        inherit! :search_paths
    end
    
end
