blob: 07b1b77dc72d4aea736c070423494194e176cc15 [file] [log] [blame]
{
"name": "NSString-Hashes",
"version": "1.3.1",
"summary": "Simple Category of NSString and NSData 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.3.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source_files": "[^Tests]*.{h,m}",
"public_header_files": [
"NSString+Hashes.h",
"NSData+Hashes.h"
],
"requires_arc": true,
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests.m"
}
]
}