use_frameworks!
platform :ios, '9.0'
#require 'pry'
#open source
source 'https://github.com/CocoaPods/Specs.git'
#sour company
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
target 'GMFlutterSDK_Example' do
pod 'GMFlutterSDK', :path => '../'
pod 'GMPhobos', '2.1.4'
target 'GMFlutterSDK_Tests' do
inherit! :search_paths
end
end
-
jz authored9a8f659c
This project manages its dependencies using
CocoaPods.
Learn more