[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / b / 2 / VoiceKit / 0.0.1 / VoiceKit.podspec.json
blob072e421b1c7eb2dbce7b6bc53a5a1a434602ef1d
2   "name": "VoiceKit",
3   "version": "0.0.1",
4   "summary": "It's a toolkit that includes a convenient implementation of voice related.",
5   "description": "It's a toolkit that includes a convenient implementation of voice related.\nIt contains SpeechRecorder, SpeechPlayer, SpeechRecognizer and so on...",
6   "homepage": "https://github.com/tattn/VoiceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "git": "tanakasan2525@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tattn/VoiceKit.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/tanakasan2525",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/**/*",
23   "public_header_files": "Sources/**/*.h",
24   "frameworks": [
25     "Foundation",
26     "AVFoundation",
27     "Speech"
28   ]