[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 5 / DeeptoneSDK / 0.6.3 / DeeptoneSDK.podspec.json
blobeb8859179440768d96f273a5c7da6cf9aed40781
2   "name": "DeeptoneSDK",
3   "version": "0.6.3",
4   "summary": "Deeptone Mobile SDK",
5   "description": "Deeptone SDK provides functionality for iOS developers to integrate Deeptone Machine Learning model into iOS apps.",
6   "homepage": "https://github.com/otosystems/deeptone-ios-sdk-dist",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OTO Systems": "support@oto.ai"
13   },
14   "source": {
15     "git": "https://github.com/otosystems/deeptone-ios-sdk-dist.git",
16     "tag": "0.6.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "ios": {
24     "public_header_files": "DeeptoneSDK.framework/Headers/*.h",
25     "source_files": "DeeptoneSDK.framework/Headers/*.h",
26     "vendored_frameworks": "DeeptoneSDK.framework",
27     "frameworks": "AVFoundation",
28     "dependencies": {
29       "TensorFlowLiteSwift": [
30         "~> 2.0.0"
31       ],
32       "AwaitKit": [
33         "~> 5.2.0"
34       ],
35       "CryptoSwift": [
36         "~> 1.3.0"
37       ],
38       "SSZipArchive": [
39         "~> 2.2.0"
40       ]
41     }
42   },
43   "static_framework": true,
44   "swift_version": "5.0"