[Add] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 9 / d / 0 / Capable / 0.6.0 / Capable.podspec.json
blob4cf634b98778939506fe65e1bd51c8a40e35c860
2   "name": "Capable",
3   "version": "0.6.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.6.0"
17   },
18   "documentation_url": "http://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/#{s.version}/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   }