blob: 2de273f82320006a94ccc5b964dad74cdc179156 [file] [log] [blame]
{
"name": "DeeptoneIOS",
"version": "0.1.1",
"summary": "Deeptone Mobile SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/TheCodeVenture/deeptone-ios-sdk-dist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fatxx": "andre@thecodeventure.com"
},
"source": {
"git": "https://github.com/TheCodeVenture/deeptone-ios-sdk-dist.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"ios": {
"public_header_files": "DeeptoneSDK.framework/Headers/*.h",
"source_files": "DeeptoneSDK.framework/Headers/*.h",
"vendored_frameworks": "DeeptoneSDK.framework",
"frameworks": "AVFoundation",
"dependencies": {
"TensorFlowLiteSwift": [
"~> 2.1.0"
],
"AwaitKit": [
"~> 5.2.0"
]
}
},
"static_framework": true,
"swift_version": "5.0"
}