|
|
@ -1,7 +1,7 @@ |
|
|
|
Pod::Spec.new do |s| |
|
|
|
Pod::Spec.new do |s| |
|
|
|
s.name = 'gRPC' |
|
|
|
s.name = 'gRPC' |
|
|
|
s.version = '0.0.1' |
|
|
|
s.version = '0.0.1' |
|
|
|
s.summary = 'Generic gRPC client library for iOS' |
|
|
|
s.summary = 'Generic gRPC client library for iOS/OSX' |
|
|
|
s.homepage = 'https://www.grpc.io' |
|
|
|
s.homepage = 'https://www.grpc.io' |
|
|
|
s.license = 'New BSD' |
|
|
|
s.license = 'New BSD' |
|
|
|
s.authors = { 'Jorge Canizales' => 'jcanizales@google.com', |
|
|
|
s.authors = { 'Jorge Canizales' => 'jcanizales@google.com', |
|
|
@ -9,8 +9,8 @@ Pod::Spec.new do |s| |
|
|
|
|
|
|
|
|
|
|
|
# s.source = { :git => 'https://github.com/grpc/grpc.git', :tag => 'release-0_5_0' } |
|
|
|
# s.source = { :git => 'https://github.com/grpc/grpc.git', :tag => 'release-0_5_0' } |
|
|
|
|
|
|
|
|
|
|
|
s.platform = :ios |
|
|
|
|
|
|
|
s.ios.deployment_target = '6.0' |
|
|
|
s.ios.deployment_target = '6.0' |
|
|
|
|
|
|
|
s.osx.deployment_target = '10.8' |
|
|
|
s.requires_arc = true |
|
|
|
s.requires_arc = true |
|
|
|
|
|
|
|
|
|
|
|
s.subspec 'RxLibrary' do |rs| |
|
|
|
s.subspec 'RxLibrary' do |rs| |
|
|
|