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