This project manages its dependencies using CocoaPods. Learn more
Podfile 315 Bytes
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!

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