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