blob: 5fd9f62862d29cca53642031d99a2d057313c461 [file] [log] [blame]
{
"name": "RTIconButton",
"version": "1.0.0",
"summary": "A Interface Builder configurable UIButton with a image icon",
"description": "This is a drop-in replacement for UIButton, which support convenient configuration for image icon's position\nand icon title margin. It also support control centent aligns.\nNOTE: to support IB, you must set use_frameworks! in your Podfile.",
"homepage": "https://github.com/rickytan/RTIconButton",
"license": "MIT",
"authors": {
"rickytan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/RTIconButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RTIconButton": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}