| { |
| "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 |
| } |