From bbb81c4cca965cea8185c465ce002e17345bfcd3 Mon Sep 17 00:00:00 2001 From: John Grigutis Date: Wed, 8 Oct 2014 16:10:46 -0400 Subject: [PATCH] Removes ios.deployment_target to allow osx --- AFOAuth2Client.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/AFOAuth2Client.podspec b/AFOAuth2Client.podspec index 12a3e880..fb9f17ce 100644 --- a/AFOAuth2Client.podspec +++ b/AFOAuth2Client.podspec @@ -11,7 +11,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency 'AFNetworking', '~>2.0' - s.ios.deployment_target = '6.0' s.ios.frameworks = 'Security'