blob: e8834bb6d718e7f2b47665dea4522b018793095f [file] [log] [blame]
{
"name": "IGJavaScriptConsole",
"version": "0.1.3",
"summary": "Ruby REPL for your Objective-C apps.",
"homepage": "https://github.com/siuying/IGJavaScriptConsole",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/IGJavaScriptConsole.git",
"tag": "0.1.3"
},
"source_files": "IGJavaScriptConsole/Server/**/*.{h,m}",
"resources": "JavaScriptApp/JavaScriptConsoleWeb.bundle",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "JavaScriptCore",
"dependencies": {
"CocoaHTTPServer": [
"~> 2.3"
],
"JavaScriptCoreOpalAdditions": [
"~> 0.3.0"
],
"CocoaLumberjack": [
">= 1.6.4"
]
}
}