Marcin Krzyżanowski пре 10 година
родитељ
комит
921f98a194
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      OpenSSL-Universal.podspec

+ 2 - 2
OpenSSL-Universal.podspec

@@ -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',