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

use_frameworks!
platform :ios, '8.0'

target 'GMRefresh_Example' do
    
    pod 'GMRefresh', :path => '../'
    
    target 'GMRefresh_Tests' do
        inherit! :search_paths
    end
    
end