aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vince Gatto <vgatto@gmail.com>2015-05-12 15:33:49 -0700
committerGravatar Vince Gatto <vgatto@gmail.com>2015-05-12 15:33:49 -0700
commit167b9728bf5db40601101888ad026ff21b45447a (patch)
treec7be981be21fd25552c49c780074fd43e73df7b4
parenta468c36601dd5997580129bbd66b5ebed02521f8 (diff)
Allowing OSX platforms to be targeted
-rw-r--r--gRPC.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 418330f5ba..affd0d81db 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC'
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.license = 'New BSD'
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.platform = :ios
s.ios.deployment_target = '6.0'
+ s.osx.deployment_target = '10.8'
s.requires_arc = true
s.subspec 'RxLibrary' do |rs|