blob: 52b404e9b513f487289fafcf3c52a82c8d59e59c [file] [log] [blame]
{
"name": "RTLButton",
"version": "0.0.1",
"summary": "UIButton subclass with image and title aligned Right To Left",
"description": " Wanna align image and text of UIButton in reverse order? Just use `RTLButton`\n and your button content will be right to left aligned even in storyboard :)\n",
"homepage": "https://github.com/k06a/RTLButton",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/k06a/RTLButton.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}