[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / a / OSSSpeechKit / 0.2.0 / OSSSpeechKit.podspec.json
blob14bbc29295264da5364b5dde08055b93a6f48621
2   "name": "OSSSpeechKit",
3   "version": "0.2.0",
4   "summary": "OSSSpeechKit provides developers easy text to voice integration.",
5   "swift_version": "5.0",
6   "platforms": {
7     "ios": "12.0"
8   },
9   "description": "OSSSpeechKit offers an easy way to integrate text to voice using native AVFoundation speech kit.",
10   "homepage": "https://github.com/appdevguy/OSSSpeechKit",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "appdevguy": "seaniosdeveloper@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/appdevguy/OSSSpeechKit.git",
20     "tag": "0.2.0"
21   },
22   "source_files": "OSSSpeechKit/Classes/*.swift",
23   "resource_bundles": {
24     "OSSSpeechKit": [
25       "OSSSpeechKit/Assets/*"
26     ]
27   }