blob: fca93efff2305b36aa7b20cf56de1d3748783542 [file] [log] [blame]
{
"name": "NSString-Hashes",
"version": "1.2.1",
"summary": "Simple Category of NSString that allows for easy MD5, SHA1 and SHA2 hashing.",
"homepage": "https://github.com/hypercrypt/NSString-Hashes",
"license": {
"type": "public domain",
"file": "LICENSE"
},
"authors": {
"Klaus-Peter Dudas": "klaus@hypercrypt.net"
},
"source": {
"git": "https://github.com/hypercrypt/NSString-Hashes.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source_files": "NSString+Hashes.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}