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