blob: dd86148681c706860c2a3cb40d2bbdd8da15ce85 [file] [log] [blame]
{
"name": "iOSViews",
"version": "0.1.0",
"summary": "Boilerplate UIViews for kickstarting iOS apps.",
"description": "Boilerplate UIViews for kickstarting iOS apps. Install library into project, never have to write this generic code again!",
"homepage": "https://github.com/curiosityio/iOSViews",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi@curiosityio.com"
},
"source": {
"git": "https://github.com/curiosityio/iOSViews.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSViews/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}