blob: 21c82399226e1f3f5931763f01aba295f70c144b [file] [log] [blame]
{
"name": "MiddleAlignedButton",
"version": "1.1.0",
"summary": "An imageView and titleLabel middle aligned button for iOS",
"homepage": "https://github.com/hcbarry/MiddleAlignedButton",
"screenshots": "https://raw.githubusercontent.com/hcbarry/MiddleAlignedButton/master/Demo.gif",
"license": "MIT",
"authors": {
"Barry Lee": "hcbarry@gmail.com"
},
"source": {
"git": "https://github.com/hcbarry/MiddleAlignedButton.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MiddleAlignedButton": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}