[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / b / a / MHHTool / 0.0.1 / MHHTool.podspec.json
blobff81c5ec37c179bbd81469eff20bb62804c0cd37
2   "name": "MHHTool",
3   "version": "0.0.1",
4   "summary": "A short description of tool.",
5   "description": "UI控件封装",
6   "homepage": "https://github.com/15730898949/MHHTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "15730898949": "15730898949@163.com"
13   },
14   "source": {
15     "git": "https://github.com/15730898949/MHHTool.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "commonSDK": [
23       "~> 0.1.8"
24     ]
25   },
26   "ios": {
27     "vendored_frameworks": "Tool.framework"
28   },
29   "libraries": [
30     "z",
31     "resolv"
32   ],
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   }