blob: 5873acdf7a1a8634f8ff4a8c52a3e99751a58312 [file] [log] [blame]
{
"name": "PKHash",
"version": "0.0.1",
"summary": "Simple and configurable interface to CommonCrypto's hash mechanics.",
"description": "Makes hashing data very easy. Fully configurable with the user being in charge.",
"homepage": "http://github.com/pkluz/PKHash",
"license": "MIT",
"authors": "Philip Kluz",
"source": {
"git": "https://github.com/pkluz/PKHash.git",
"tag": "v0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "PKHash/**/*.{h,m}"
}