[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / a / e / 6 / MMDeviceKit / 0.3.0 / MMDeviceKit.podspec.json
blobd600be8d4f59dc01701b3179135bed9bf9cf6991
2   "name": "MMDeviceKit",
3   "version": "0.3.0",
4   "summary": "MiaoBao SDK of MMDeviceKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/PaperangTeam/MMDeviceKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Theodore": "hoho.qiu@paperang.com"
13   },
14   "source": {
15     "git": "https://github.com/PaperangTeam/MMDeviceKit.git",
16     "tag": "0.3.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": "MMDeviceKit.framework/Headers/*",
31   "ios": {
32     "vendored_frameworks": [
33       "MMDeviceKit.framework"
34     ]
35   },
36   "resource_bundles": {
37     "MMDeviceKit": [
38       "Assets/*.plist"
39     ]
40   },
41   "dependencies": {
42     "ImageLib": [
44     ]
45   },
46   "swift_version": "5"