[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / c / 5 / DeeptoneSDK / 1.3.4 / DeeptoneSDK.podspec.json
blob5078cf90d87a317073656c3aa16abe56710da043
2   "name": "DeeptoneSDK",
3   "version": "1.3.4",
4   "summary": "Deeptone Mobile SDK",
5   "pod_target_xcconfig": {
6     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
7   },
8   "user_target_xcconfig": {
9     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
10   },
11   "description": "Deeptone SDK provides functionality for iOS developers to integrate Deeptone Machine Learning model into iOS apps.",
12   "homepage": "https://github.com/otosystems/deeptone-ios-sdk-dist",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "OTO Systems": "support@oto.ai"
19   },
20   "source": {
21     "git": "https://github.com/otosystems/deeptone-ios-sdk-dist.git",
22     "tag": "1.3.4"
23   },
24   "platforms": {
25     "ios": "11.0"
26   },
27   "swift_versions": "5.3",
28   "requires_arc": true,
29   "ios": {
30     "public_header_files": "DeeptoneSDK.framework/Headers/*.h",
31     "source_files": "DeeptoneSDK.framework/Headers/*.h",
32     "vendored_frameworks": "DeeptoneSDK.framework",
33     "frameworks": "AVFoundation",
34     "dependencies": {
35       "TensorFlowLiteSwift": [
36         "2.0.0"
37       ],
38       "CryptoSwift": [
39         "1.3.0"
40       ],
41       "SSZipArchive": [
42         "2.2.0"
43       ],
44       "Alamofire": [
45         "5.1.0"
46       ],
47       "SwiftyJSON": [
48         "5.0"
49       ],
50       "SwiftJWT": [
51         "3.5.3"
52       ],
53       "RealmSwift": [
54         "5.4.3"
55       ]
56     }
57   },
58   "static_framework": true,
59   "swift_version": "5.3"