[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / d / 0 / DeepGram / 0.1.4 / DeepGram.podspec.json
blob57ee0cf6b3e0e0abe913e9289a25b8be265233c5
2   "name": "DeepGram",
3   "version": "0.1.4",
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.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "subspecs": [
21     {
22       "name": "Core",
23       "public_header_files": "Pod/Classes/DeepGram.h",
24       "source_files": "Pod/Classes/DeepGram.{h,m}",
25       "dependencies": {
26         "AFNetworking/NSURLSession": [
27           "~> 3.0"
28         ]
29       }
30     },
31     {
32       "name": "PromiseKit",
33       "public_header_files": "Pod/Classes/DeepGram+PromiseKit.h",
34       "source_files": "Pod/Classes/DeepGram+PromiseKit.{swift,h,m}",
35       "dependencies": {
36         "PromiseKit/CorePromise": [
37           "~> 3.0"
38         ],
39         "DeepGram/Core": [
41         ]
42       }
43     }
44   ]