blob: 1e3b1bb83006693f8622d62ffb93035208516b7a [file] [log] [blame]
{
"name": "NSString-Hash",
"version": "0.0.1",
"summary": "The NSString category for MD5, SHA1, SHA256, SHA512 Hash, and hashes of files with small memory usage",
"homepage": "https://github.com/liufan321/NSString-Hash",
"license": "MIT",
"authors": {
"Fan Liu": "liufan321@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liufan321/NSString-Hash.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"NSString+Hash.{h,m}"
],
"requires_arc": true
}