[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / a / 1 / c / APButton / 1.0.0 / APButton.podspec.json
blob7c2d77e83be412f8071a68305cd6db51621ad2f0
2   "name": "APButton",
3   "version": "1.0.0",
4   "summary": "Button with ability to show loading indicator and animate depended views.",
5   "description": "Button with ability to show loading indicator and animate depended views according to button state. Try to mimic system button animations while provides ability to make button from several views: background view, image view, overlay view, etc.",
6   "homepage": "https://github.com/APUtils/APButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/APButton.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "APButton/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "pushed_with_swift_version": "3.0"