blob: 8cb54ef18cfec9330baf47832a1e79d7218aa51b [file] [log] [blame]
{
"name": "UIButton+BackgroundContentMode",
"version": "0.1.0",
"summary": "A missing background content mode for UIButton.",
"homepage": "https://github.com/devxoul/UIButton-BackgroundContentMode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/UIButton-BackgroundContentMode.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "UIButton+BackgroundContentMode/UIButton+BackgroundContentMode.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}