blob: 1715467542a2b009d8917f1babf7065c585ee9ea [file] [log] [blame]
{
"name": "NSHash",
"version": "1.0.0",
"summary": "NSHash adds hashing methods to NSString and NSData.",
"homepage": "https://github.com/jerolimov/NSHash",
"authors": "Christoph Jerolimov",
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/jerolimov/NSHash.git",
"tag": "1.0.0"
},
"source_files": "NSHash/*.{h,m}",
"requires_arc": true
}