[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / f / 7 / KBRoundedButton / 1.0.0 / KBRoundedButton.podspec.json
blob8ff30c2b28b384439e53f0dfe45e7ccd08939a01
2   "name": "KBRoundedButton",
3   "version": "1.0.0",
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.0"
27   },
28   "source_files": [
29     "KBRoundedButtonExample",
30     "KBRoundedButton/**/*.{h,m}"
31   ],
32   "frameworks": [
33     "UIKit",
34     "CoreGraphics"
35   ],
36   "requires_arc": true