[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / a / 3 / HDBaseProject / 1.1.6 / HDBaseProject.podspec.json
blob27d233a3c9cfb7cf9de317a1b33633d24e9fb9a8
2   "name": "HDBaseProject",
3   "version": "1.1.6",
4   "summary": "快速搭建项目:支持AFNetworking3.1.0请求,支持自定义下拉gif动画",
5   "description": "新建项目中常用的基础类,项目有一定量的时候,都是代码的复制和粘贴,但是在后台的粘贴中或许有好的代码更正,这个时候我们往往没有时间去维护以前的老代码,不经意间会出现代码不同步的问题",
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.1.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Classes/HDBaseProject.h",
20   "source_files": "Pod/Classes/HDBaseProject.h",
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "SDWebImage": [
27     ],
28     "MJRefresh": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Catogorys",
35       "source_files": "Pod/Classes/Catogorys/*",
36       "public_header_files": "Pod/Classes/Catogorys/*.h"
37     },
38     {
39       "name": "HDBaseViewControllers",
40       "source_files": "Pod/Classes/HDBaseViewControllers/*",
41       "public_header_files": "Pod/Classes/HDBaseViewControllers/*.h",
42       "ios": {
43         "dependencies": {
44           "HDBaseProject/HDGlobalMethods": [
46           ],
47           "HDBaseProject/ThirdPartyLibs": [
49           ],
50           "HDBaseProject/Catogorys": [
52           ]
53         }
54       }
55     },
56     {
57       "name": "HDGlobalMethods",
58       "source_files": "Pod/Classes/HDGlobalMethods/*",
59       "public_header_files": "Pod/Classes/HDGlobalMethods/*.h",
60       "ios": {
61         "dependencies": {
62           "HDBaseProject/Catogorys": [
64           ]
65         }
66       }
67     },
68     {
69       "name": "ThirdPartyLibs",
70       "source_files": "Pod/Classes/ThirdPartyLibs/**/*",
71       "public_header_files": "Pod/Classes/ThirdPartyLibs/**/*.h"
72     }
73   ]