[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 1 / a / 3 / HDBaseProject / 1.0.7 / HDBaseProject.podspec.json
blob1a2dd76a1dbcd7cebf760a2e5eb363f71f31dc98
2   "name": "HDBaseProject",
3   "version": "1.0.7",
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.0.7"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HDBaseProject": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
28     ],
29     "SDWebImage": [
31     ],
32     "MJRefresh": [
34     ]
35   }