[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 0 / Capable / 2.0.1 / Capable.podspec.json
blob3f1cfc7f9b0f04604cfe78760207ea0e11a095c6
2   "name": "Capable",
3   "version": "2.0.1",
4   "summary": "Unified accessibility API for all Apple platforms and WCAG 2.1 conformance level calculation for color contrasts.",
5   "description": "While Apple's accessibility API are different across all platforms and might be located in a variety of system frameworks,\nCapable offers a unified and centralized API to get the current status of accessibility settings. This info can be sent to your analytics backend to learn, if people with specific handicaps are blocked from doing certain actions within your app. Furthermore, this data will help you to prioritize accessibility work. You can also use the Capable framework for calculating high contrast colors and WCAG 2.1 color contrast conformance levels.",
6   "homepage": "https://github.com/chrs1885/Capable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christoph Wendt": "christoph.wendt@me.com"
13   },
14   "social_media_url": "https://twitter.com/chr_wendt",
15   "source": {
16     "git": "https://github.com/chrs1885/Capable.git",
17     "tag": "2.0.1"
18   },
19   "documentation_url": "http://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/1.0.0/Documentation/index.html",
20   "swift_versions": [
21     "5.1",
22     "5.2",
23     "5.3"
24   ],
25   "source_files": "Sources/Capable/**/*",
26   "frameworks": "Foundation",
27   "watchos": {
28     "frameworks": "WatchKit"
29   },
30   "tvos": {
31     "frameworks": "UIKit"
32   },
33   "ios": {
34     "frameworks": "UIKit"
35   },
36   "osx": {
37     "frameworks": "AppKit"
38   },
39   "platforms": {
40     "ios": "12.0",
41     "tvos": "12.0",
42     "watchos": "4.0",
43     "osx": "10.13"
44   },
45   "swift_version": "5.3"