[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / 3 / SSAccessibility / 0.0.6 / SSAccessibility.podspec.json
blob39d42b6a824fd0275cd289f8ba32a4ccf4e9a7db
2   "name": "SSAccessibility",
3   "version": "0.0.6",
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.6"
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",
28   "dependencies": {
29     "MSWeakTimer": [
31     ]
32   }