blob: 51c9109a63099bca17c4835c439e8291c86d32da [file] [log] [blame]
{
"name": "SimpleConsoleView",
"version": "1.0.0",
"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.0"
},
"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"
}