[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / a / 1 / c / APButton / 6.0.2 / APButton.podspec.json
blob7044f0f02808a789b47c2f165f665e2aea812f90
2   "name": "APButton",
3   "version": "6.0.2",
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": "6.0.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "swift_versions": [
23     "5.1"
24   ],
25   "source_files": "APButton/Classes/**/*",
26   "resource_bundles": {
27     "APButton.privacy": [
28       "APButton/Privacy/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "frameworks": [
32     "Foundation",
33     "UIKit"
34   ],
35   "swift_version": "5.1"