[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 9 / 8 / 3 / SSAccessibility / 0.0.4 / SSAccessibility.podspec.json
blob024baadbb77f5350d98b20e1be90f98700234602
2   "name": "SSAccessibility",
3   "version": "0.0.4",
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.4"
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   "dependencies": {
28     "MSWeakTimer": [
30     ]
31   }