Skip to content

Commit

Permalink
Merge pull request CocoaPods#2038 from hypercrypt/master
Browse files Browse the repository at this point in the history
Added NSString-Hashes version 1.1.0
  • Loading branch information
orta committed May 5, 2013
2 parents 0dcd260 + 292544e commit 9064087
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions NSString-Hashes/1.1.0/NSString-Hashes.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|

s.name = "NSString-Hashes"
s.version = "1.1.0"
s.summary = "Simple Category of NSString that allows for easy MD5, SHA1 and SHA2 hashing."
s.homepage = "https://github.com/hypercrypt/NSString-Hashes"

s.license = { :type => "public domain", :file => 'LICENSE' }

s.author = { "Klaus-Peter Dudas" => "[email protected]" }

s.source = {
:git => "https://github.com/hypercrypt/NSString-Hashes.git",
:tag => "1.1.0"
}

s.platform = :ios, '5.0'

s.source_files = 'NSString+Hashes.{h,m}'
s.exclude_files = 'Classes/Exclude'

s.requires_arc = true

end

0 comments on commit 9064087

Please sign in to comment.