From e288b236f16a2b9a6f426b88f8cf25ae0c888c29 Mon Sep 17 00:00:00 2001 From: b123400 Date: Thu, 7 Jan 2016 13:57:12 +0900 Subject: [PATCH] Updated podspec to support OSX --- FGTranslator.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FGTranslator.podspec b/FGTranslator.podspec index 215d47f..9b11ebc 100644 --- a/FGTranslator.podspec +++ b/FGTranslator.podspec @@ -8,7 +8,8 @@ Pod::Spec.new do |s| s.author = { "George Polak" => "george.polak@gmail.com" } - s.platform = :ios, "7.0" + s.ios.platform = :ios, "7.0" + s.osx.platform = :osx, "10.8" s.source = { :git => "https://github.com/gpolak/FGTranslator.git", :tag => "1.1.2" }