blob: 67173cfa61b72e5b352193d8662d5bbed1459574 [file] [log] [blame]
{
"name": "PXButton",
"version": "0.1.3",
"summary": "A button with a configurably aligned icon",
"description": "A button with an optional image you can put in the left, the right, and right in the middle.",
"homepage": "https://github.com/pixio/PXButton",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXButton.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PXButton": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}