[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 8 / YDToolBox / 0.1.0 / YDToolBox.podspec.json
blob1bef669fa25c1b5e23a20dd01c28030158b164bc
2   "name": "YDToolBox",
3   "version": "0.1.0",
4   "summary": "YDTools box",
5   "description": "包含YDPreventCrash、YDLogger、YDRouter等工具的集合",
6   "homepage": "https://github.com/chong2vv/YDToolBox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangyuandong": "chong2vv@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chong2vv/YDToolBox.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64 armv7 arm64",
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64 armv7 arm64",
27     "VALID_ARCHS": "x86_64 armv7 arm64"
28   },
29   "static_framework": true,
30   "requires_arc": true,
31   "source_files": "YDToolBox/Classes/**/*",
32   "dependencies": {
33     "YDSafeThread": [
35     ],
36     "YDPreventCrash": [
38     ],
39     "YDLogger": [
41     ],
42     "YDMonitor": [
44     ],
45     "YDUtilKit": [
47     ],
48     "YDNetworkManager": [
50     ],
51     "YDAuthorizationUtil": [
53     ],
54     "YDFileManager": [
56     ],
57     "YDImageService": [
59     ],
60     "YDClearCacheService": [
62     ],
63     "YDSVProgressHUD": [
65     ],
66     "YDBlockKit": [
68     ],
69     "YDRouter": [
71     ],
72     "YDPreLoader": [
74     ],
75     "YDAlertAction": [
77     ]
78   }