[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 5 / DeeptoneSDK / 1.2.1 / DeeptoneSDK.podspec.json
blob1fc186277c211a6bdb542690a8a4c75f75f676ab
2   "name": "DeeptoneSDK",
3   "version": "1.2.1",
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": "1.2.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.2",
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.0"
43       ],
44       "SwiftyJSON": [
45         "5.0"
46       ],
47       "SwiftJWT": [
48         "3.5.3"
49       ],
50       "RealmSwift": [
51         "5.2.0"
52       ]
53     }
54   },
55   "static_framework": true,
56   "swift_version": "5.2"