From 2b9cb97af9cc72d103bbfca91fc5cdfe35017b44 Mon Sep 17 00:00:00 2001 From: billchan Date: Mon, 13 Apr 2015 11:39:31 +0200 Subject: [PATCH] Update MIHCrypto.podspec --- MIHCrypto.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MIHCrypto.podspec b/MIHCrypto.podspec index f573840..73e9a13 100644 --- a/MIHCrypto.podspec +++ b/MIHCrypto.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "MIHCrypto" - s.version = "0.3.3" + s.version = "0.3.4" s.license = 'MIT' s.summary = "OpenSSL wrapper for Objective-C" s.description = "MIHCrypto provides an object-oriented cryptography framework based on libCrypto by OpenSSL. Supports RSA, DES, AES, ECC (Elliptic Curve Cryptography) and more." - s.homepage = "https://github.com/hohl/MIHCrypto" + s.homepage = "https://github.com/billchan/MIHCrypto" s.authors = {'Michael Hohl' => 'me@michaelhohl.net'} - s.source = { :git => "https://github.com/hohl/MIHCrypto.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/billchan/MIHCrypto.git", :tag => "#{s.version}" } s.ios.platform = :ios, '8.0' s.ios.deployment_target = '6.0'