blob: c26615aaf69def03641824184269a14738b2b07b [file] [log] [blame]
{
"name": "SimpleConsoleView",
"version": "1.0.1",
"summary": "You can display a simple console on ViewController.",
"description": "By typing SCprint on ViewController you can display it as a simple console on that ViewController.",
"homepage": "https://github.com/KikurageChan/SimpleConsoleView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KikurageChan": "auricularia0817@gmail.com"
},
"source": {
"git": "https://github.com/KikurageChan/SimpleConsoleView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleConsoleView/Classes/**/*.swift",
"resource_bundles": {
"SimpleConsoleView": [
"SimpleConsoleView/Assets/*.xib",
"SimpleConsoleView/Assets/*.xcassets"
]
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}