blob: 2833f33abd0502058505fdcaf2c862d054b7af8f [file] [log] [blame]
{
"name": "Ambly",
"version": "0.7.0",
"license": {
"type": "Eclipse Public License 1.0",
"file": "LICENSE"
},
"summary": "ClojureScript REPL into embedded JavaScriptCore",
"homepage": "https://github.com/omcljs/ambly",
"authors": "omcljs",
"source": {
"git": "https://github.com/omcljs/ambly.git",
"tag": "0.7.0"
},
"source_files": "ObjectiveC/src/*.{h,m}",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"dependencies": {
"GCDWebServer/WebDAV": [
"~> 3.3"
]
}
}