blob: 4ef42842de2cb6d99f044e13e2bb02eaacdd8ec2 [file] [log] [blame]
{
"name": "SBLApplication",
"version": "0.0.2",
"summary": "Application base class to support displaying touch indicators.",
"description": "`SBLApplication` works as a base class of application, in other words, it is an alternative of `UIApplication`.\n`SBLApplication` can show touch indicators on top of the whole views so that we can demonstrate user intercations.",
"homepage": "https://github.com/takkyun/SBLApplication",
"screenshots": "https://raw.github.com/takkyun/SBLApplication/master/sample.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takuya Otani": "takuya.otani@serenebach.net"
},
"source": {
"git": "https://github.com/takkyun/SBLApplication.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SBLApplication/**/*",
"pushed_with_swift_version": "3.0"
}