[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / f / MMDeviceKitSDK / 0.5.0.0 / MMDeviceKitSDK.podspec.json
blob7dabead05b0c7424699e7f2d26f2742d5e3b3d5b
2   "name": "MMDeviceKitSDK",
3   "version": "0.5.0.0",
4   "summary": "BLE SDK of MMDeviceKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://git.zuoyebang.cc/Paperang_iOS/mmdevicekit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Theodore": "hoho.qiu@paperang.com"
13   },
14   "source": {
15     "git": "git@git.zuoyebang.cc:Paperang_iOS/mmdevicekit.git",
16     "tag": "0.5.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "swift_versions": "5",
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "ENABLE_BITCODE": "NO"
29   },
30   "source_files": "MMDeviceKitSDK/SDK/MMDeviceKit.framework/Headers/*",
31   "ios": {
32     "vendored_frameworks": [
33       "MMDeviceKitSDK/SDK/MMDeviceKit.framework"
34     ]
35   },
36   "resource_bundles": {
37     "MMDeviceKit": [
38       "MMDeviceKit/Assets/*.plist"
39     ]
40   },
41   "dependencies": {
42     "ImageLib": [
44     ]
45   },
46   "swift_version": "5"