[Add] Dengage 5.73
[CocoaPods.git] / Specs / 7 / 2 / c / LBAppConfiguration / 1.0.0 / LBAppConfiguration.podspec.json
blob1517a583144122926ae1e7016ac53cd5215ca4f7
2   "name": "LBAppConfiguration",
3   "version": "1.0.0",
4   "summary": "项目需要集成的第三方库快速配置。",
5   "description": "项目需要集成的第三方库快速配置,省去了其他一些复杂的代码,一键设置,更快更方便。",
6   "homepage": "https://github.com/A1129434577/LBAppConfiguration",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "A1129434577": "1129434577@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/A1129434577/LBAppConfiguration.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "subspecs": [
26     {
27       "name": "LBAppConfiguration",
28       "source_files": "LBAppConfiguration/LBAppConfiguration/**/*.{h,m}"
29     },
30     {
31       "name": "Login",
32       "dependencies": {
33         "JPush": [
35         ],
36         "LBUserInfo": [
38         ],
39         "LBCommonComponents": [
41         ],
42         "LBAppConfiguration/LBAppConfiguration": [
44         ]
45       },
46       "source_files": "LBAppConfiguration/Login/**/*.{h,m}"
47     },
48     {
49       "name": "JPush",
50       "dependencies": {
51         "JPush": [
53         ],
54         "LBAppConfiguration/LBAppConfiguration": [
56         ]
57       },
58       "source_files": "LBAppConfiguration/JPush/**/*.{h,m}"
59     },
60     {
61       "name": "SDWebImage",
62       "dependencies": {
63         "SDWebImageWebPCoder": [
65         ],
66         "LBAppConfiguration/LBAppConfiguration": [
68         ]
69       },
70       "source_files": "LBAppConfiguration/SDWebImage/**/*.{h,m}"
71     },
72     {
73       "name": "IQKeyboard",
74       "dependencies": {
75         "IQKeyboardManager": [
77         ],
78         "LBAppConfiguration/LBAppConfiguration": [
80         ]
81       },
82       "source_files": "LBAppConfiguration/IQKeyboard/**/*.{h,m}"
83     }
84   ]