blob: c2ada6969ac043caf2c8723049c5f1266dde6aab [file] [log] [blame]
{
"name": "DeeptoneSDK",
"version": "0.7.4",
"summary": "Deeptone Mobile SDK",
"description": "Deeptone SDK provides functionality for iOS developers to integrate Deeptone Machine Learning model into iOS apps.",
"homepage": "https://github.com/otosystems/deeptone-ios-sdk-dist",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OTO Systems": "support@oto.ai"
},
"source": {
"git": "https://github.com/otosystems/deeptone-ios-sdk-dist.git",
"tag": "0.7.4"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.1.3",
"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.0.0"
],
"AwaitKit": [
"~> 5.2.0"
],
"CryptoSwift": [
"~> 1.3.0"
],
"SSZipArchive": [
"~> 2.2.0"
],
"Alamofire": [
"~> 5.1"
],
"SwiftyJSON": [
"~> 5.0"
],
"SwiftJWT": [
"~> 3.5.3"
],
"RealmSwift": [
"4.2.0"
]
}
},
"static_framework": true,
"swift_version": "5.1.3"
}