blob: 1ebac5a0a49239e5509eba63e31caa1dd9b0a2bc [file] [log] [blame]
{
"name": "DeepGram",
"version": "0.1.1",
"summary": "Use AI to spot keywords and get insights in audio",
"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.",
"homepage": "https://www.deepgram.com",
"license": "MIT",
"authors": {
"Peter Meyers": "petermeyers1@gmail.com"
},
"source": {
"git": "https://github.com/pm-dev/DeepGram.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"module_name": "DGClient",
"subspecs": [
{
"name": "DGClient",
"public_header_files": "Pod/Classes/DGClient.h",
"source_files": "Pod/Classes/DGClient.{h,m}",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
]
}
},
{
"name": "PromiseKit",
"source_files": "Pod/Classes/DGClient+PromiseKit.swift",
"dependencies": {
"PromiseKit/CorePromise": [
"~> 3.0"
],
"DeepGram/DGClient": [
]
}
}
]
}