blob: 5990c333e8680df1b0ad6f9215bb84b5f9019dd2 [file] [log] [blame]
{
"name": "EvalJS",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": null
},
"dependencies": {
"Ejecta": [
"1.2"
]
},
"source_files": "EvalJS/Classes",
"requires_arc": false
}