blob: ec16357bd668962ffa14fb7723ed5f96d92149ce [file] [log] [blame]
{
"name": "SQAESDE",
"version": "0.1.1",
"summary": "Safe&Quick AES256 Encrypt and Decrypt",
"description": " Safe&Quick AES256 Encrypt and Decrypt. NSData support and demo preview.\n",
"homepage": "https://github.com/shjborage/SQAESDE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shjborage": "shjborage@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/shjborage/SQAESDE.git",
"tag": "v0.1.1"
},
"source_files": "SQAESDE/*.{h,m,mm}",
"requires_arc": true,
"libraries": "c++"
}