Skip to content

Commit

Permalink
Deprecated OpenSSL-Universal in favour of OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 5, 2014
1 parent 92623bb commit 9b43adf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MIHCrypto/0.1.0/MIHCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |core|
core.source_files = 'MIHCrypto/{Utils,Core}/*.{h,m,c}'
core.dependency 'OpenSSL-Universal'
core.dependency 'OpenSSL'
core.dependency 'CocoaLumberjack'
end

Expand All @@ -42,4 +42,4 @@ Pod::Spec.new do |s|
ss.source_files = 'MIHCrypto/SHA/*.{h,m,c}'
ss.dependency 'MIHCrypto/Core'
end
end
end
4 changes: 2 additions & 2 deletions MIHCrypto/0.2.0/MIHCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |core|
core.source_files = 'MIHCrypto/{Utils,Core}/*.{h,m,c}'
core.dependency 'OpenSSL-Universal'
core.dependency 'OpenSSL'
core.dependency 'CocoaLumberjack'
end

Expand Down Expand Up @@ -46,4 +46,4 @@ Pod::Spec.new do |s|
ss.source_files = 'MIHCrypto/SHA/*.{h,m,c}'
ss.dependency 'MIHCrypto/Core'
end
end
end
1 change: 1 addition & 0 deletions OpenSSL-Universal/1.0.1.g/OpenSSL-Universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "http://www.openssl.org/"
s.license = { :type => 'OpenSSL (OpenSSL/SSLeay)', :file => 'LICENSE.txt' }
s.source = { :git => "https://github.com/krzak/OpenSSL.git", :tag => "#{s.version}" }
s.deprecated_in_favor_of 'OpenSSL'

This comment has been minimized.

Copy link
@krzyzanowskim

krzyzanowskim May 8, 2014

Contributor

I'm creator of OpenSSL-Universal and I don't think that it's deprecated in favof of OpenSSL.
OpenSSL-Universal is newer than OpenSSL and created because of lack of OpenSSL support for all architectures and platforms and support both iOS and OSX (this is why Universal).

Please revert this change.


s.authors = {'Mark J. Cox' => 'mark@openssl.org',
'Ralf S. Engelschall' => 'rse@openssl.org',
Expand Down

0 comments on commit 9b43adf

Please sign in to comment.