[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / 4 / b / JTImageButton / 1.0.3 / JTImageButton.podspec.json
blobae101a4f61541096bf109e00ff04e71f0664e55d
2   "name": "JTImageButton",
3   "version": "1.0.3",
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).",
6   "homepage": "https://github.com/kubatruhlar/JTImageButton",
7   "screenshots": "https://raw.githubusercontent.com/kubatruhlar/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/kubatruhlar/JTImageButton.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "JTImageButton/*",
22   "frameworks": "UIKit",
23   "requires_arc": true