Skip to content

Commit

Permalink
Revert back to previous OS requirements,
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Mar 16, 2016
1 parent 2a7d23e commit 0e9af73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wpxmlrpc.podspec
Expand Up @@ -10,7 +10,6 @@ Pod::Spec.new do |s|
s.public_header_files = [ 'WPXMLRPC/WPXMLRPC.h', 'WPXMLRPC/WPXMLRPCEncoder.h', 'WPXMLRPC/WPXMLRPCDecoder.h' ]
s.libraries = 'iconv'
s.requires_arc = true

s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
end

0 comments on commit 0e9af73

Please sign in to comment.