Browse Source

Update OpenSSL.podspec

Mark Aufflick 11 years ago
parent
commit
d6fc23f922
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OpenSSL.podspec

+ 1 - 1
OpenSSL.podspec

@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
   s.author       = 'Justin Plouffe'
   s.source       = { :git => "https://github.com/justinplouffe/OpenSSL.git", :tag => "1.0.1e" }
 
-  s.platform     = :ios, '6.0'
+  s.platform     = :ios, '5.1'
   s.source_files = 'include/openssl/**/*.h'
   s.public_header_files = 'include/openssl/**/.h'
   s.preserve_paths = 'libcrypto.a', 'libssl.a'