blob: 2bf9af29571506e46dfae1b3351fc0f3485b5086 [file] [log] [blame]
{
"name": "HDBaseProject",
"version": "1.1.4",
"summary": "快速搭建项目",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/HDBaseProject.h",
"source_files": "Pod/Classes/HDBaseProject.h",
"resource_bundles": {
"HDBaseProject": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"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": "HDHTTPManager",
"source_files": "Pod/Classes/HDHTTPManager/*",
"public_header_files": "Pod/Classes/HDHTTPManager/*.h"
},
{
"name": "ThirdPartyLibs",
"source_files": "Pod/Classes/ThirdPartyLibs/**/*",
"public_header_files": "Pod/Classes/ThirdPartyLibs/**/*.h"
}
]
}