[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / 2 / c / LBAppConfiguration / 1.3.1 / LBAppConfiguration.podspec.json
blobe6c5e30f020d0067f8a4a931fa3cf16067f60832
2   "name": "LBAppConfiguration",
3   "version": "1.3.1",
4   "summary": "项目登录模块组件化以及需要集成的第三方库快速配置。",
5   "description": "项目登录模块组件化,免去了一些重复且复杂设置,支持任意第三方推送,支持游客模式,只需要设置LoginController类名以及HomeController类名,内含需要集成的第三方库快速配置,省去了其他一些复杂的代码,一键设置,更快更方便。",
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.3.1"
17   },
18   "platforms": {
19     "ios": "11.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": "Notifications",
32       "dependencies": {
33         "LBAppConfiguration/LBAppConfiguration": [
35         ]
36       },
37       "source_files": "LBAppConfiguration/Notifications/**/*.{h,m}"
38     },
39     {
40       "name": "Login",
41       "dependencies": {
42         "LBUserInfo": [
44         ],
45         "LBCommonComponents": [
47         ],
48         "LBAppConfiguration/Notifications": [
50         ]
51       },
52       "source_files": "LBAppConfiguration/Login/**/*.{h,m}"
53     },
54     {
55       "name": "JPush",
56       "dependencies": {
57         "JPush": [
59         ],
60         "LBCommonComponents": [
62         ],
63         "LBAppConfiguration/Notifications": [
65         ]
66       },
67       "source_files": "LBAppConfiguration/JPush/**/*.{h,m}"
68     },
69     {
70       "name": "SDWebImage",
71       "dependencies": {
72         "SDWebImageWebPCoder": [
74         ],
75         "LBAppConfiguration/LBAppConfiguration": [
77         ]
78       },
79       "source_files": "LBAppConfiguration/SDWebImage/**/*.{h,m}"
80     },
81     {
82       "name": "IQKeyboard",
83       "dependencies": {
84         "IQKeyboardManager": [
86         ],
87         "LBAppConfiguration/LBAppConfiguration": [
89         ]
90       },
91       "source_files": "LBAppConfiguration/IQKeyboard/**/*.{h,m}"
92     }
93   ]