blob: 804bff3230294fe57cefa91f4a39842444d36ee3 [file] [log] [blame]
{
"name": "TQEasyIconButton",
"version": "0.0.1",
"summary": "TQEasyIconButton is a UIButton Category. Easy way to set titleEdgeInsets,imageEdgeInsets make icon in left,right,top,bottom.",
"homepage": "https://github.com/TinyQ/TQEasyIconButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qfu": "tinyqf@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/TinyQ/TQEasyIconButton.git",
"tag": "0.0.1"
},
"source_files": "UIButton+TQEasyIcon/*.{h,m}",
"public_header_files": "UIButton+TQEasyIcon/*.{h}",
"requires_arc": true,
"frameworks": "UIKit"
}