Skip to content

Commit

Permalink
Update MIHCrypto.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
billchan committed Apr 13, 2015
1 parent 53c6ec5 commit 2b9cb97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MIHCrypto.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]'}
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'
Expand Down

0 comments on commit 2b9cb97

Please sign in to comment.