[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / a / 3 / HDBaseProject / 1.3.1 / HDBaseProject.podspec.json
blob01adf5572bd6ab2afdf6b5c17a21847709df1883
2   "name": "HDBaseProject",
3   "version": "1.3.1",
4   "summary": "快速搭建项目:支持AFNetworking3.1.0请求,支持自定义下拉gif动画,开源请求类",
5   "description": "'新建项目中常用的基础类,项目有一定量的时候,都是代码的复制和粘贴,但是在后台的粘贴中或许有好的代码更正,这个时候我们往往没有时间去维护以前的老代码,不经意间会出现代码不同步的问题'\n1.3.1:项目结构使用MVP模式,添加网络请求子模块\n1.3.0:项目结构使用MVP模式,添加网络请求子模块\n1.2.2:整理pod结构\n1.2.1:优化代码,细微的调整;\n1.2.0:添加了常用的Category,提高项目开发速度;\n1.1.9:兼容SDWebImage4.0;",
6   "homepage": "https://github.com/erduoniba/HDBaseProject",
7   "license": "MIT",
8   "authors": {
9     "Harry": "328418417@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/erduoniba/HDBaseProject.git",
13     "tag": "1.3.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "HDBaseProject/HDBaseProject.h",
20   "source_files": "HDBaseProject/HDBaseProject.h",
21   "subspecs": [
22     {
23       "name": "HDCatogorys",
24       "public_header_files": "HDBaseProject/HDCatogorys/*.h",
25       "source_files": "HDBaseProject/HDCatogorys/*.{h,m}",
26       "dependencies": {
27         "SDWebImage": [
29         ]
30       }
31     },
32     {
33       "name": "HDGlobalMethods",
34       "public_header_files": "HDBaseProject/HDGlobalMethods/*.h",
35       "source_files": "HDBaseProject/HDGlobalMethods/*.{h,m}",
36       "dependencies": {
37         "HDBaseProject/HDCatogorys": [
39         ]
40       }
41     },
42     {
43       "name": "HDNetworking",
44       "source_files": "HDBaseProject/HDNetworking/*.{h,m}",
45       "public_header_files": "HDBaseProject/HDNetworking/*.h",
46       "dependencies": {
47         "AFNetworking": [
49         ],
50         "PINCache": [
52         ]
53       }
54     },
55     {
56       "name": "ThirdPartyLibs",
57       "public_header_files": "HDBaseProject/ThirdPartyLibs/**/*.h",
58       "source_files": "HDBaseProject/ThirdPartyLibs/**/*.{h,m}"
59     },
60     {
61       "name": "HDBaseViewControllers",
62       "public_header_files": "HDBaseProject/HDBaseViewControllers/*.h",
63       "source_files": "HDBaseProject/HDBaseViewControllers/*.{h,m}",
64       "resources": "HDBaseProject/HDBaseViewControllers/HDBaseProject.bundle",
65       "dependencies": {
66         "HDBaseProject/HDGlobalMethods": [
68         ],
69         "HDBaseProject/ThirdPartyLibs": [
71         ],
72         "HDBaseProject/HDCatogorys": [
74         ],
75         "HDBaseProject/HDNetworking": [
77         ],
78         "SDWebImage": [
80         ],
81         "MJRefresh": [
83         ]
84       }
85     }
86   ]