mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-24 17:28:13 +02:00
f3aa7dc2f2
Due to an internal issue, some code from objective-c folder was copied into objective_c . Trying to undo that. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->
13 lines
303 B
Ruby
13 lines
303 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
platform :ios, '10.0'
|
|
|
|
install! 'cocoapods', :deterministic_uuids => false
|
|
|
|
target 'AuthSample' do
|
|
# Depend on the generated AuthTestService library.
|
|
pod 'AuthTestService', :path => '.'
|
|
|
|
# Depend on Google's OAuth2 library
|
|
pod 'Google/SignIn'
|
|
end
|