[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / KBRoundedButton / 1.0.2 / KBRoundedButton.podspec.json
blob4a73637c6b6a80921e5f42afd9ed0dc0a05d31a5
2   "name": "KBRoundedButton",
3   "version": "1.0.2",
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.\n",
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.2"
27   },
28   "source_files": "KBRoundedButton/*.{h,m}",
29   "frameworks": [
30     "UIKit",
31     "CoreGraphics"
32   ],
33   "requires_arc": true