From 05630517266335c55fcef98b4c28f524763ec6d1 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 15 Mar 2016 16:58:16 +1100 Subject: [PATCH] Removed deployment_target from Podspec This fixes issues such as: - https://github.com/CocoaPods/CocoaPods/issues/4952 - https://github.com/ViennaRSS/vienna-rss/issues/576 --- MASPreferences.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/MASPreferences.podspec b/MASPreferences.podspec index 0bbe6df..641536a 100644 --- a/MASPreferences.podspec +++ b/MASPreferences.podspec @@ -1,6 +1,5 @@ Pod::Spec.new do |s| s.platform = :osx - s.osx.deployment_target = "10.5" s.name = "MASPreferences" s.version = "1.1.2" s.summary = "Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou."