From 167b9728bf5db40601101888ad026ff21b45447a Mon Sep 17 00:00:00 2001 From: Vince Gatto Date: Tue, 12 May 2015 15:33:49 -0700 Subject: [PATCH] Allowing OSX platforms to be targeted --- gRPC.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gRPC.podspec b/gRPC.podspec index 418330f5bac..affd0d81db6 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|