#use_frameworks!
platform :ios, '8.0'
#require 'pry'
#open source
source 'https://github.com/CocoaPods/Specs.git'
#our company
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
target 'GMShareSDK_Example' do
pod 'GMShareSDK', :path => '../'
target 'GMShareSDK_Tests' do
inherit! :search_paths
end
end
-
jz authoreda955fb1d
This project manages its dependencies using
CocoaPods.
Learn more