blob: 758bdbbc7f913a2c414e8f7336e636054f12f619 [file] [log] [blame]
{
"name": "HDBaseProject",
"version": "1.1.7",
"summary": "快速搭建项目:支持AFNetworking3.1.0请求,支持自定义下拉gif动画,开源请求类",
"description": "新建项目中常用的基础类,项目有一定量的时候,都是代码的复制和粘贴,但是在后台的粘贴中或许有好的代码更正,这个时候我们往往没有时间去维护以前的老代码,不经意间会出现代码不同步的问题",
"homepage": "https://github.com/erduoniba/HDBaseProject",
"license": "MIT",
"authors": {
"Harry": "328418417@qq.com"
},
"source": {
"git": "https://github.com/erduoniba/HDBaseProject.git",
"tag": "1.1.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/HDBaseProject.h",
"source_files": "Pod/Classes/HDBaseProject.h",
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"MJRefresh": [
]
},
"subspecs": [
{
"name": "Catogorys",
"source_files": "Pod/Classes/Catogorys/*",
"public_header_files": "Pod/Classes/Catogorys/*.h"
},
{
"name": "HDBaseViewControllers",
"source_files": "Pod/Classes/HDBaseViewControllers/*",
"public_header_files": "Pod/Classes/HDBaseViewControllers/*.h",
"ios": {
"dependencies": {
"HDBaseProject/HDGlobalMethods": [
],
"HDBaseProject/ThirdPartyLibs": [
],
"HDBaseProject/Catogorys": [
]
}
}
},
{
"name": "HDGlobalMethods",
"source_files": "Pod/Classes/HDGlobalMethods/*",
"public_header_files": "Pod/Classes/HDGlobalMethods/*.h",
"ios": {
"dependencies": {
"HDBaseProject/Catogorys": [
]
}
}
},
{
"name": "HDHTTPRequest",
"source_files": "Pod/Classes/HDHTTPRequest/*",
"public_header_files": "Pod/Classes/HDHTTPRequest/*.h"
},
{
"name": "ThirdPartyLibs",
"source_files": "Pod/Classes/ThirdPartyLibs/**/*",
"public_header_files": "Pod/Classes/ThirdPartyLibs/**/*.h"
}
]
}