blob: 767767ea5663256455c75209478441b3d5d266fe [file] [log] [blame]
{
"name": "HDBaseProject",
"version": "1.0.8",
"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.0.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HDBaseProject": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"MJRefresh": [
]
}
}