blob: c985e9f929ba794c5dccc26261601c3ca2e0484b [file] [log] [blame]
{
"name": "APRoundedButton",
"version": "0.1.2",
"summary": "A rounded button.",
"description": " A simple XIB extension to make rounded custom buttons, without writing one line of code!\n",
"homepage": "https://github.com/jsilverMDX/APRoundedButton",
"license": "LICENSE",
"authors": {
"Jonathan Silverman": "jsilverman2@gmail.com"
},
"source": {
"git": "https://github.com/jsilverMDX/APRoundedButton.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
".",
"Pod/Classes/*"
],
"resource_bundles": {
"APRoundedButton": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore"
]
}