[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / e / HJCommonTools / 0.0.6 / HJCommonTools.podspec.json
blobca06283d70b8bb21d8f91fdd8f9a8c4868fffe0e
2   "name": "HJCommonTools",
3   "version": "0.0.6",
4   "summary": "A short description of HJCommonTools.",
5   "description": "some common tools",
6   "homepage": "https://github.com/eassy/CommonTool",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "houwenjie": "houwenjie11@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/eassy/CommonTool.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "CommonTools/CommonTools/HJCommonTools/HJCommonTools.h",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "CommonTools/CommonTools/HJCommonTools/Base/*"
26     },
27     {
28       "name": "AlertManager",
29       "source_files": "CommonTools/CommonTools/HJCommonTools/AlertManager/**/*",
30       "dependencies": {
31         "HJCommonTools/Base": [
33         ]
34       }
35     }
36   ]