blob: 55c7e839563d17610ac0ef1340a6ed0d59276150 [file] [log] [blame]
{
"name": "UIViewExtension",
"version": "0.1.0",
"summary": "Extends UIView to easily customize via Storyboard.",
"description": "Extends UIView to easily customize via Storyboard, like borderColor, borderSize and cornerRadius.",
"homepage": "https://github.com/matteocrippa/UIViewExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Crippa": ""
},
"source": {
"git": "https://github.com/matteocrippa/UIViewExtension.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ghego20",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "UIViewExtension/Classes/**/*"
}