[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 5 / DeeptoneSDK / 0.7.4 / DeeptoneSDK.podspec.json
blobc2ada6969ac043caf2c8723049c5f1266dde6aab
2   "name": "DeeptoneSDK",
3   "version": "0.7.4",
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.7.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1.3",
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       "Alamofire": [
42         "~> 5.1"
43       ],
44       "SwiftyJSON": [
45         "~> 5.0"
46       ],
47       "SwiftJWT": [
48         "~> 3.5.3"
49       ],
50       "RealmSwift": [
51         "4.2.0"
52       ]
53     }
54   },
55   "static_framework": true,
56   "swift_version": "5.1.3"