blob: 4dec8bc472564d8f2ef59fb1b52f31430db0eba8 [file] [log] [blame]
{
"name": "X2CryptoJS",
"version": "0.1.0",
"summary": "AES integrated in iOS. Uses Google's CryptoJS JavaScript framework",
"description": "This library is a wrapper around Google's CryptoJS framework. For now it only supports AES, but future updates will enable more features provided by the CryptoJS framework.\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/X2Mobile/X2CryptoJS",
"license": "MIT",
"authors": {
"Alex Motoc": "alexdmotoc@gmail.com"
},
"source": {
"git": "https://github.com/X2Mobile/X2CryptoJS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"X2Resources": [
"Pod/Assets/*.js"
]
}
}