Podfile 296 Bytes
Newer Older
licong's avatar
licong committed
1
source 'https://github.com/CocoaPods/Specs.git'
licong's avatar
licong committed
2 3 4
source 'http://git.gengmei.cc/gengmeiios/GMSpecs.git'


licong's avatar
licong committed
5 6 7 8 9 10 11 12 13 14 15
use_frameworks!

target 'GMPhobos_Example', :exclusive => true do
  pod 'GMPhobos', :path => '../'
end

target 'GMPhobos_Tests', :exclusive => true do
  pod 'GMPhobos', :path => '../'

  
end