[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 7 / 2 / c / LBAppConfiguration / 1.3.0 / LBAppConfiguration.podspec.json
blobfd87936f0d03979aafb49b92cac92a456ef1a950
2   "name": "LBAppConfiguration",
3   "version": "1.3.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "subspecs": [
25     {
26       "name": "LBAppConfiguration",
27       "source_files": "LBAppConfiguration/LBAppConfiguration/**/*.{h,m}"
28     },
29     {
30       "name": "Notifications",
31       "dependencies": {
32         "LBAppConfiguration/LBAppConfiguration": [
34         ]
35       },
36       "source_files": "LBAppConfiguration/Notifications/**/*.{h,m}"
37     },
38     {
39       "name": "Login",
40       "dependencies": {
41         "LBUserInfo": [
43         ],
44         "LBCommonComponents": [
46         ],
47         "LBAppConfiguration/Notifications": [
49         ]
50       },
51       "source_files": "LBAppConfiguration/Login/**/*.{h,m}"
52     },
53     {
54       "name": "JPush",
55       "dependencies": {
56         "JPush": [
58         ],
59         "LBCommonComponents": [
61         ],
62         "LBAppConfiguration/Notifications": [
64         ]
65       },
66       "source_files": "LBAppConfiguration/JPush/**/*.{h,m}"
67     },
68     {
69       "name": "SDWebImage",
70       "dependencies": {
71         "SDWebImageWebPCoder": [
73         ],
74         "LBAppConfiguration/LBAppConfiguration": [
76         ]
77       },
78       "source_files": "LBAppConfiguration/SDWebImage/**/*.{h,m}"
79     },
80     {
81       "name": "IQKeyboard",
82       "dependencies": {
83         "IQKeyboardManager": [
85         ],
86         "LBAppConfiguration/LBAppConfiguration": [
88         ]
89       },
90       "source_files": "LBAppConfiguration/IQKeyboard/**/*.{h,m}"
91     }
92   ]