[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / b / JTImageButton / 1.0.1 / JTImageButton.podspec.json
blobc7ff403232988a601a09ae2bb858de7a86eec013
2   "name": "JTImageButton",
3   "version": "1.0.1",
4   "summary": "JTImageButton is a UIButton subclass that makes TITLE+IMAGE work easier.",
5   "description": "                   **JTImageButton** is a UIButton subclass that makes TITLE+IMAGE work easier. Your image and title together WILL BE centered horizontally. You will be also able to resize provided image and change it’s color easier, so basically all you have to provide is a text as a title and image (*NO MORE* image asset editing to get an image that you want in a button).\n",
6   "homepage": "https://github.com/kubatru/JTImageButton",
7   "screenshots": "https://raw.githubusercontent.com/kubatru/JTImageButton/master/Screens/img_example.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": "Jakub Truhlar",
13   "social_media_url": "http://kubatruhlar.cz",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kubatru/JTImageButton.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "JTImageButton/*",
22   "frameworks": "UIKit",
23   "requires_arc": true