[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / 7 / KBRoundedButton / 1.0.3 / KBRoundedButton.podspec.json
blob6c27c9bd16d54c0e06523278dcf79e74bd54b576
2   "name": "KBRoundedButton",
3   "version": "1.0.3",
4   "summary": "Create beautiful rounded rect button with dynamic colors and activity indicator completely in Interface Builder",
5   "description": "KBRoundedButton is a subclass of UIButton that allows developers to create beutiful flat buttons that change colors in different states and are configurable from Interface Builder. KBRoundedButton can also display UIActivityIndicatorView when it's state is set to working so it can be easily used in places where async tasks are started.",
6   "homepage": "https://github.com/burczyk/KBRoundedButton",
7   "screenshots": [
8     "https://raw.githubusercontent.com/burczyk/KBRoundedButton/master/assets/animation.gif",
9     "https://raw.githubusercontent.com/burczyk/KBRoundedButton/master/assets/screenshot1.png",
10     "https://raw.githubusercontent.com/burczyk/KBRoundedButton/master/assets/screenshot2.png",
11     "https://raw.githubusercontent.com/burczyk/KBRoundedButton/master/assets/screenshot3.png"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Kamil Burczyk": "kamil.burczyk@gmail.com"
19   },
20   "social_media_url": "http://twitter.com/KamilBurczyk",
21   "platforms": {
22     "ios": "6.0"
23   },
24   "source": {
25     "git": "https://github.com/burczyk/KBRoundedButton.git",
26     "tag": "1.0.3"
27   },
28   "source_files": "KBRoundedButton/*.{h,m}",
29   "frameworks": [
30     "UIKit",
31     "CoreGraphics"
32   ],
33   "requires_arc": true