[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / 8 / 2 / 0 / DKRoundedRectButton / 1.0.0 / DKRoundedRectButton.podspec.json
blobafb4acfd67d8500d5d8e8cd8ca9487c9c4ec8d84
2   "name": "DKRoundedRectButton",
3   "version": "1.0.0",
4   "summary": "An AppStore's buy button-styled button.",
5   "description": "A custom UIButton subclass that has the look\nand feeling of the rounded rect buttons, found\nin the AppStore along with some other Apple's apps",
6   "homepage": "https://github.com/danchoys/DKRoundedRectButton",
7   "screenshots": "http://imgur.com/CEmisEa.gif",
8   "license": "MIT",
9   "authors": {
10     "Daniil Konoplev": "danchoys@icloud.com"
11   },
12   "source": {
13     "git": "https://github.com/danchoys/DKRoundedRectButton.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "DKRoundedRectButton/*.{h,m}",
21   "frameworks": "UIKit"