blob: cdff28327ec789d29c8bf4bfcdbbd2894980dc9a [file] [log] [blame]
{
"name": "GRAESCrypt",
"version": "1.0.1",
"summary": "AES encode and decode for iOS",
"homepage": "https://github.com/GreedBell/AESCrypt",
"license": "MIT",
"authors": {
"Bell": "bell@greedlab.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/GreedBell/AESCrypt.git",
"tag": "1.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/AES/{AESCrypt,NSData+Base64,NSString+Base64}.h",
"requires_arc": true
}