[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 9 / 8 / 3 / SSAccessibility / 0.1.0 / SSAccessibility.podspec.json
blob203618ad17ce34dd1fce8af49c396e1b64e76a31
2   "name": "SSAccessibility",
3   "version": "0.1.0",
4   "summary": "A VoiceOver speech synthesizer and other iOS accessibility helpers.",
5   "homepage": "https://github.com/splinesoft/SSAccessibility",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jonathan Hersh": "jon@her.sh"
12   },
13   "source": {
14     "git": "https://github.com/splinesoft/SSAccessibility.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "SSAccessibility/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "AudioToolbox"
26   ],
27   "social_media_url": "https://twitter.com/jhersh"