[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 8 / 5 / ZMS / 0.0.3 / ZMS.podspec.json
blobfece575a703d232162e700706a9b60d5e9b65b3d
2   "name": "ZMS",
3   "version": "0.0.3",
4   "summary": "ZMS",
5   "description": "This is just a test SDK",
6   "homepage": "https://github.com/ZoomCar/iOS-ZMS-SDK-Public",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zoomcar": "mobileapps@zoomcar.com"
13   },
14   "source": {
15     "http": "https://github.com/ZoomCar/iOS-ZMS-SDK-Public/raw/main/demo-0.0.3/ZMS/ZMS.zip"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "resource_bundles": {
21     "ZMSBundle": [
22       "ZMS/ZMS.framework/ZMSBundle.bundle/*.{xcassets,png,ttf,gif,json}"
23     ]
24   },
25   "swift_versions": "5.0",
26   "static_framework": true,
27   "dependencies": {
28     "MaterialComponents/ShadowLayer": [
29       "= 116.0"
30     ],
31     "MaterialComponents/ShadowElevations": [
32       "= 116.0"
33     ],
34     "MaterialComponents/TextFields": [
35       "= 116.0"
36     ],
37     "GoogleMaps": [
38       "6.0.1"
39     ],
40     "GooglePlaces": [
41       "6.0.0"
42     ],
43     "Analytics": [
45     ],
46     "ZMSMpp": [
47       "0.0.2"
48     ]
49   },
50   "frameworks": [
51     "Foundation",
52     "UIKit",
53     "CoreData"
54   ],
55   "vendored_frameworks": "ZMS/ZMS.framework",
56   "xcconfig": {
57     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/cocos-binary\"",
58     "HEADER_SEARCH_PATHS": "\" $(PODS ROOT)/cocos-binary/include/**\"",
59     "OTHER_LDFLAGS": "-lsqlite3"
60   },
61   "pod_target_xcconfig": {
62     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
63   },
64   "user_target_xcconfig": {
65     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
66   },
67   "swift_version": "5.0"