blob: 4353f4f73f0536a857479fd5e3912b7004668dd5 [file] [log] [blame]
{
"name": "HDBaseProject",
"version": "1.2.1",
"summary": "快速搭建项目:支持AFNetworking3.1.0请求,支持自定义下拉gif动画,开源请求类",
"description": "'新建项目中常用的基础类,项目有一定量的时候,都是代码的复制和粘贴,但是在后台的粘贴中或许有好的代码更正,这个时候我们往往没有时间去维护以前的老代码,不经意间会出现代码不同步的问题'\n1.2.1:优化代码,细微的调整;\n1.2.0:添加了常用的Category,提高项目开发速度;\n1.1.9:兼容SDWebImage4.0;",
"homepage": "https://github.com/erduoniba/HDBaseProject",
"license": "MIT",
"authors": {
"Harry": "328418417@qq.com"
},
"source": {
"git": "https://github.com/erduoniba/HDBaseProject.git",
"tag": "1.2.1"
},
"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": [
],
"HDBaseProject/HDHTTPRequest": [
]
}
}
},
{
"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"
}
]
}