[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / 3 / HDBaseProject / 1.1.3 / HDBaseProject.podspec.json
blob87ea8d2d1156e6c70133909b71ba13f3d3f85fc1
2   "name": "HDBaseProject",
3   "version": "1.1.3",
4   "summary": "快速搭建项目",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Classes/HDBaseProject.h",
20   "source_files": "Pod/Classes/HDBaseProject.h",
21   "resource_bundles": {
22     "HDBaseProject": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.6.3"
29     ],
30     "SDWebImage": [
32     ],
33     "MJRefresh": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Catogorys",
40       "source_files": "Pod/Classes/Catogorys/*",
41       "public_header_files": "Pod/Classes/Catogorys/*.h"
42     },
43     {
44       "name": "HDBaseViewControllers",
45       "source_files": "Pod/Classes/HDBaseViewControllers/*",
46       "public_header_files": "Pod/Classes/HDBaseViewControllers/*.h",
47       "ios": {
48         "dependencies": {
49           "HDBaseProject/HDGlobalMethods": [
51           ],
52           "HDBaseProject/ThirdPartyLibs": [
54           ],
55           "HDBaseProject/Catogorys": [
57           ]
58         }
59       }
60     },
61     {
62       "name": "HDGlobalMethods",
63       "source_files": "Pod/Classes/HDGlobalMethods/*",
64       "public_header_files": "Pod/Classes/HDGlobalMethods/*.h",
65       "ios": {
66         "dependencies": {
67           "HDBaseProject/Catogorys": [
69           ]
70         }
71       }
72     },
73     {
74       "name": "HDHTTPManager",
75       "source_files": "Pod/Classes/HDHTTPManager/*",
76       "public_header_files": "Pod/Classes/HDHTTPManager/*.h"
77     },
78     {
79       "name": "ThirdPartyLibs",
80       "source_files": "Pod/Classes/ThirdPartyLibs/**/*",
81       "public_header_files": "Pod/Classes/ThirdPartyLibs/**/*.h"
82     }
83   ]