[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / d / 0 / Capable / 0.5.0 / Capable.podspec.json
blob1d4de2d4a53cf237a48c3149c271bef61f63d891
2   "name": "Capable",
3   "version": "0.5.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.5.0"
17   },
18   "documentation_url": "http://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/0.5.0/Documentation/index.html",
19   "swift_version": "4.1",
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   }