blob: bc5544400df750000589206ffc7e2ebed01a0e7e [file] [log] [blame]
{
"name": "EvalJS",
"version": "0.0.3",
"summary": "EvalJS lets you run JavaScript code from your iOS app.",
"description": "EvalJS lets you run JavaScript code from your iOS app, without rely on UIWebView.",
"homepage": "https://github.com/siuying/EvalJS",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"license": "MIT License",
"source": {
"git": "https://github.com/siuying/EvalJS.git",
"tag": "0.0.3"
},
"platforms": {
"ios": null
},
"dependencies": {
"Ejecta": [
"1.2"
]
},
"source_files": "EvalJS/Classes",
"requires_arc": false
}