• jz's avatar
    add files · a955fb1d
    jz authored
    a955fb1d
This project manages its dependencies using CocoaPods. Learn more
Podfile 329 Bytes
#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