blob: d2b755d2cf9b3bf65a07ce5eb2b55561f2221075 [file] [log] [blame]
{
"name": "DeeptoneSDK",
"version": "1.3.0",
"summary": "Deeptone Mobile SDK",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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": "1.3.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.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.0"
],
"SwiftyJSON": [
"5.0"
],
"SwiftJWT": [
"3.5.3"
],
"RealmSwift": [
"5.4.3"
]
}
},
"static_framework": true,
"swift_version": "5.3"
}