[Add] AWSPinpoint 2.40.1
[CocoaPods.git] / Specs / 0 / 7 / a / HDCommon / 1.0.2 / HDCommon.podspec.json
blobcbb821940dcd085fe4f80cfd51e61cf3e854fcf4
2   "name": "HDCommon",
3   "version": "1.0.2",
4   "summary": "swift 开发中的一些基础公共库",
5   "description": "平时开发的基础工具等,方便组件化,避免重复造轮子;",
6   "homepage": "https://github.com/christhoper/HDCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hendy": "hdj309875551@163.com"
13   },
14   "source": {
15     "git": "https://github.com/christhoper/HDCommon.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Networking",
24       "source_files": "HDCommon/Networking/**/*.swift",
25       "dependencies": {
26         "Alamofire": [
28         ]
29       }
30     }
31   ]