blob: 6c00c0dae8824ab1679245fb2a9b0780171e41f6 [file] [log] [blame]
{
"name": "ImageRightButton",
"version": "0.0.4",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "Give a button with titlelabel in left and image in right",
"homepage": "https://github.com/fizix100/ImageRightButton",
"authors": {
"fizix100": "fizix100@hotmail.com"
},
"source": {
"git": "https://github.com/fizix100/ImageRightButton.git",
"tag": "0.0.4"
},
"description": "Inherited from UIButton, the button has a BOOL property \"isImageRight\",\n when set this property as YES, the button can set its title in left and\n image in right",
"prefix_header_contents": "#import <objc/runtime.h>",
"source_files": "Source/*.{h,m}",
"preserve_paths": "Example",
"requires_arc": true
}