[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 8 / 3 / SSAccessibility / 0.0.3 / SSAccessibility.podspec.json
bloba168633f52f0905452af2f872a169713c8a9c00d
2   "name": "SSAccessibility",
3   "version": "0.0.3",
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.0.3"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "SSAccessibility/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "AudioToolbox"
25   ],
26   "dependencies": {
27     "MSWeakTimer": [
29     ]
30   }