Podfile 315 Bytes
Newer Older
翟国钧's avatar
翟国钧 committed
1
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
汪洋's avatar
汪洋 committed
2 3
source 'https://github.com/CocoaPods/Specs.git'

4
platform :ios, '8.0'
licong's avatar
licong committed
5
use_frameworks!
6
inhibit_all_warnings!
licong's avatar
licong committed
7

Thierry's avatar
Thierry committed
8 9 10 11 12 13 14
target 'GMPhobos_Example' do
    
    pod 'GMPhobos', :path => '../'
    target 'GMPhobos_Tests' do
        inherit! :search_paths
    end
    
翟国钧's avatar
翟国钧 committed
15
end