Merge pull request #4210 from jcanizales/objc-012
Update ObjC versions for 0.12 release
No related branches found
No related tags found
Showing
- examples/objective-c/auth_sample/AuthTestService.podspec 1 addition, 1 deletionexamples/objective-c/auth_sample/AuthTestService.podspec
- examples/objective-c/helloworld/HelloWorld.podspec 1 addition, 1 deletionexamples/objective-c/helloworld/HelloWorld.podspec
- examples/objective-c/route_guide/RouteGuide.podspec 1 addition, 1 deletionexamples/objective-c/route_guide/RouteGuide.podspec
- gRPC.podspec 2 additions, 2 deletionsgRPC.podspec
- src/objective-c/README.md 5 additions, 5 deletionssrc/objective-c/README.md
- src/objective-c/examples/RemoteTestClient/RemoteTest.podspec 3 additions, 3 deletionssrc/objective-c/examples/RemoteTestClient/RemoteTest.podspec
- src/objective-c/tests/RemoteTestClient/RemoteTest.podspec 4 additions, 4 deletionssrc/objective-c/tests/RemoteTestClient/RemoteTest.podspec
- templates/gRPC.podspec.template 2 additions, 2 deletionstemplates/gRPC.podspec.template
... | ... | @@ -36,7 +36,7 @@ |
Pod::Spec.new do |s| | ||
s.name = 'gRPC' | ||
version = '0.11.2' | ||
version = '0.12.0' | ||
s.version = version | ||
s.summary = 'gRPC client library for iOS/OSX' | ||
s.homepage = 'http://www.grpc.io' | ||
... | ... | @@ -575,7 +575,7 @@ Pod::Spec.new do |s| |
ss.requires_arc = false | ||
ss.libraries = 'z' | ||
ss.dependency 'OpenSSL', '~> 1.0.200' | ||
ss.dependency 'OpenSSL', '~> 1.0.204.1' | ||
# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w' | ||
end | ||
... | ... |
Please register or sign in to comment