[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 0 / DeepGram / 0.1.1 / DeepGram.podspec.json
blob1ebac5a0a49239e5509eba63e31caa1dd9b0a2bc
2   "name": "DeepGram",
3   "version": "0.1.1",
4   "summary": "Use AI to spot keywords and get insights in audio",
5   "description": "DeepGram uses artificial intelligence to recognize speech, search for moments, and categorize audio and video. Try it on calls, meetings, podcasts, video clips, lectures—and get actionable insights from an easy to use API.",
6   "homepage": "https://www.deepgram.com",
7   "license": "MIT",
8   "authors": {
9     "Peter Meyers": "petermeyers1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pm-dev/DeepGram.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "module_name": "DGClient",
21   "subspecs": [
22     {
23       "name": "DGClient",
24       "public_header_files": "Pod/Classes/DGClient.h",
25       "source_files": "Pod/Classes/DGClient.{h,m}",
26       "dependencies": {
27         "AFNetworking/NSURLSession": [
28           "~> 3.0"
29         ]
30       }
31     },
32     {
33       "name": "PromiseKit",
34       "source_files": "Pod/Classes/DGClient+PromiseKit.swift",
35       "dependencies": {
36         "PromiseKit/CorePromise": [
37           "~> 3.0"
38         ],
39         "DeepGram/DGClient": [
41         ]
42       }
43     }
44   ]