blob: 6d690d93c6636157f03e8456d885d570727d2841 [file] [log] [blame]
{
"name": "Capable",
"version": "1.1.4",
"summary": "Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.",
"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 such as high contrast colors and scalable fonts that will help you to solve common accessibility problems.",
"homepage": "https://github.com/chrs1885/Capable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christoph Wendt": "christoph.wendt@me.com"
},
"social_media_url": "https://twitter.com/chr_wendt",
"source": {
"git": "https://github.com/chrs1885/Capable.git",
"tag": "1.1.4"
},
"documentation_url": "http://htmlpreview.github.io/?https://github.com/chrs1885/Capable/blob/1.0.0/Documentation/index.html",
"swift_versions": "5.0",
"frameworks": "Foundation",
"watchos": {
"frameworks": "WatchKit"
},
"tvos": {
"frameworks": "UIKit"
},
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"watchos": "4.0",
"osx": "10.12"
},
"subspecs": [
{
"name": "Features",
"source_files": [
"Source/Features/**/*.swift",
"Source/Common/**/*.swift"
]
},
{
"name": "Colors",
"source_files": [
"Source/Colors/**/*.swift",
"Source/Common/**/*.swift"
]
},
{
"name": "Fonts",
"source_files": "Source/Fonts/**/*.swift"
}
],
"swift_version": "5.0"
}