blob: a6716176f7db05b047ac807afbd45ac877cea7bb [file] [log] [blame]
{
"name": "JHBLayoutableButton",
"version": "0.0.2",
"summary": "a subclass of UIButton, which support custom layout button's image view and title label",
"homepage": "https://github.com/jianghongbing/JHBLayoutableButton",
"license": "MIT",
"authors": "jianghongbing",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jianghongbing/JHBLayoutableButton.git",
"tag": "0.0.2"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}