[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 3 / d / DiGeamKit / 1.0.2 / DiGeamKit.podspec.json
blobe2e83e40ccc143de35600ef95864ab9557e6ecff
2   "name": "DiGeamKit",
3   "version": "1.0.2",
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.2"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": "DiGeamKit.framework",
22   "vendored_frameworks": "DiGeamKit.framework",
23   "default_subspecs": "Default",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/DiGeamKit/DiGeamKit.framework/Headers/"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0.1"
30     ],
31     "MJExtension": [
32       "~> 3.4.1"
33     ],
34     "MBProgressHUD": [
35       "~> 1.2.0"
36     ],
37     "LSTPopView": [
38       "~> 0.3.10"
39     ],
40     "LSTTimer": [
41       "~> 0.2.10"
42     ]
43   },
44   "pod_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "user_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "subspecs": [
51     {
52       "name": "Default",
53       "source_files": "DiGeamKit.framework/**/*.{h}",
54       "resources": "DiGeamKit.framework/*.{bundle}"
55     }
56   ]