blob: 0f62ca9b06d276a39bfd35b7f84089661acf35ae [file] [log] [blame]
{
"name": "iOSBoilerplate",
"version": "0.1.1",
"summary": "The boring iOS stuff. Include this library and never write it again.",
"description": "The boring iOS stuff. Include this library and never write it again. This lib includes extensions and libraries you may find useful for dealing with permissions, NotificationCenter, NSUserDefaults.",
"homepage": "https://github.com/curiosityio/iOSBoilerplate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi@curiosityio.com"
},
"source": {
"git": "https://github.com/curiosityio/iOSBoilerplate.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "iOSBoilerplate/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}