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" }