blob: ac51d8a00cdaab4ae32478cc32550895b8fd3ead [file] [log] [blame]
{
"name": "TextImageButton",
"version": "0.1.0",
"summary": "Image spacing and side selection for UIButton",
"description": "TextImageButton allows specifying spacing between image and title as well as the side\nto display the image on.",
"homepage": "https://github.com/timbodeit/TextImageButton",
"license": "MIT",
"authors": {
"Tim Bodeit": "tim@bodeit.com"
},
"source": {
"git": "https://github.com/timbodeit/TextImageButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TextImageButton": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}