[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 0 / Capable / 0.8.0 / Capable.podspec.json
blob2018c5211ebb1f85847ff609411734541c6fe3e3
2   "name": "Capable",
3   "version": "0.8.0",
4   "summary": "Keep track of accessibility settings and enable users with disabilities to use your iOS, tvOS, and watchOS app.",
5   "description": "Capable lets you easily keep track of accessibility settings used by your app users. Send this info along with user properties and find out about where to improve accessibility within your app. Capable also comes with additional features that will help you to solve common accessibility problems.",
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   "source": {
15     "git": "https://github.com/chrs1885/Capable.git",
16     "tag": "0.8.0"
17   },
18   "documentation_url": "http://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/0.8.0/Documentation/index.html",
19   "swift_version": "4.2",
20   "source_files": "Source/**/*.swift",
21   "frameworks": "Foundation",
22   "watchos": {
23     "frameworks": "WatchKit"
24   },
25   "tvos": {
26     "frameworks": "UIKit"
27   },
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "AppKit"
33   },
34   "platforms": {
35     "ios": "10.0",
36     "osx": "10.12",
37     "tvos": "10.0",
38     "watchos": "4.0"
39   }