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
-
汪洋 authored222f07be
This project manages its dependencies using
CocoaPods.
Learn more