[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / d / DiGeamKit / 1.0.1 / DiGeamKit.podspec.json
blob1ae988f1efa5bb440bdbf11d15b77016a44b553a
2   "name": "DiGeamKit",
3   "version": "1.0.1",
4   "summary": "DiGeamKit工具",
5   "homepage": "https://gitee.com/jinyi.com/di-geam-kit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "DF": "993942283@qq.com"
12   },
13   "source": {
14     "git": "https://gitee.com/jinyi.com/di-geam-kit.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": "DiGeamKit.framework",
22   "source_files": "DiGeamKit.framework/Headers/*.h",
23   "public_header_files": "DiGeamKit.framework/Headers/*.h",
24   "vendored_frameworks": "DiGeamKit.framework",
25   "default_subspecs": "Default",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/DiGeamKit/DiGeamKit.framework/Headers/"
28   },
29   "dependencies": {
30     "AFNetworking": [
31       "~> 4.0.1"
32     ],
33     "MJExtension": [
34       "~> 3.4.1"
35     ],
36     "MBProgressHUD": [
37       "~> 1.2.0"
38     ],
39     "LSTPopView": [
40       "~> 0.3.10"
41     ],
42     "LSTTimer": [
43       "~> 0.2.10"
44     ]
45   },
46   "pod_target_xcconfig": {
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   },
49   "user_target_xcconfig": {
50     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51   },
52   "subspecs": [
53     {
54       "name": "Default",
55       "source_files": "DiGeamKit.framework/**/*.{h}",
56       "resources": "DiGeamKit.framework/*.{bundle}"
57     }
58   ]