blob: 9ed4c8ce1fb7ea04b868a9035702cba66c20daca [file] [log] [blame]
{
"name": "AppConsole",
"version": "0.1",
"summary": "Console for Swifter.jl",
"description": "iOS REPL with Swifter.jl + Console",
"homepage": "https://github.com/wookay/AppConsole",
"license": "MIT",
"authors": {
"wookyoung noh": "wookay.noh@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wookay/AppConsole.git",
"tag": "v0.1"
},
"source_files": "Console/**/*.swift",
"dependencies": {
"NetUtils": [
],
"Swifter": [
]
}
}