[Add] DocumentReaderFullAuthRFIDNightly 7.6.11080
[CocoaPods.git] / Specs / 3 / 1 / e / AwesomeButton / 0.2.0 / AwesomeButton.podspec.json
blob06c425324391d7ddffd3fe9f149a458462bed8e3
2   "name": "AwesomeButton",
3   "version": "0.2.0",
4   "summary": "UIButton inheritance with @IBDesignable and @IBInspectable force.",
5   "description": "AwesomeButton is an open source control with ability to add image and text just using Interface Builder. This control inheritance with IBDesignable and IBInspectable force.",
6   "homepage": "https://github.com/AndreyPanov/AwesomeButton",
7   "license": "MIT",
8   "authors": {
9     "Andrey Panov": "panovdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AndreyPanov/AwesomeButton.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift",
20   "resource_bundles": {
21     "AwesomeButton": [
22       "Pod/Assets/*.png"
23     ]
24   }