[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 0 / Capable / 0.1.5 / Capable.podspec.json
blobd7f0c990ca5c4c4a6d3a703a7b843209c09a1ac9
2   "name": "Capable",
3   "version": "0.1.5",
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.1.5"
17   },
18   "swift_version": "4.1",
19   "source_files": "Source/**/*.swift",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "platforms": {
25     "ios": "10.0",
26     "tvos": "10.0",
27     "watchos": "2.0"
28   },
29   "watchos": {
30     "frameworks": "WatchKit"
31   }