|
@@ -3,9 +3,9 @@ Pod::Spec.new do |s|
|
|
|
s.version = "1.0.1.j"
|
|
|
s.summary = "OpenSSL for iOS and OS X"
|
|
|
s.description = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support. Supports OSX and iOS including Simulator (armv7,armv7s,arm64,i386,x86_64)."
|
|
|
- s.homepage = "http://www.openssl.org/"
|
|
|
+ s.homepage = "http://krzyzanowskim.github.io/OpenSSL/"
|
|
|
s.license = { :type => 'OpenSSL (OpenSSL/SSLeay)', :file => 'LICENSE.txt' }
|
|
|
- s.source = { :git => "https://github.com/krzak/OpenSSL.git", :tag => "#{s.version}" }
|
|
|
+ s.source = { :git => "https://github.com/krzyzanowskim/OpenSSL", :tag => "#{s.version}" }
|
|
|
|
|
|
s.authors = {'Mark J. Cox' => 'mark@openssl.org',
|
|
|
'Ralf S. Engelschall' => 'rse@openssl.org',
|