[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 4 / 0 / a / HHZUtils / 0.0.2 / HHZUtils.podspec.json
bloba1cfc7f6f981405fd0fed0ca498a3b17d7536da1
2   "name": "HHZUtils",
3   "version": "0.0.2",
4   "summary": "工具类",
5   "description": "陈哲是个好孩子-工具类",
6   "homepage": "https://github.com/chenzhe555/HHZUtils",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "chenzhe555": "376811578@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chenzhe555/HHZUtils.git",
19     "tag": "0.0.2"
20   },
21   "subspecs": [
22     {
23       "name": "HHZUtils",
24       "subspecs": [
25         {
26           "name": "http",
27           "source_files": "HHZUtils/http/*.{h,m}"
28         },
29         {
30           "name": "file",
31           "source_files": "HHZUtils/file/*.{h,m}"
32         },
33         {
34           "name": "json",
35           "source_files": "HHZUtils/json/*.{h,m}"
36         },
37         {
38           "name": "kit",
39           "source_files": "HHZUtils/kit/*.{h,m}"
40         },
41         {
42           "name": "device",
43           "source_files": "HHZUtils/device/*.{h,m}"
44         },
45         {
46           "name": "encryption",
47           "source_files": "HHZUtils/encryption/*.{h,m}",
48           "subspecs": [
49             {
50               "name": "GTMBase64",
51               "source_files": "HHZUtils/encryption/GTMBase64/*.{h,m}"
52             }
53           ]
54         },
55         {
56           "name": "plist",
57           "source_files": "HHZUtils/plist/*.{h,m}"
58         },
59         {
60           "name": "regular",
61           "source_files": "HHZUtils/regular/*.{h,m}"
62         },
63         {
64           "name": "date",
65           "source_files": "HHZUtils/date/*.{h,m}"
66         },
67         {
68           "name": "calculate",
69           "source_files": "HHZUtils/calculate/*.{h,m}"
70         },
71         {
72           "name": "archive",
73           "source_files": "HHZUtils/archive/*.{h,m}"
74         },
75         {
76           "name": "application",
77           "source_files": "HHZUtils/application/*.{h,m}"
78         },
79         {
80           "name": "cookie",
81           "source_files": "HHZUtils/cookie/*.{h,m}"
82         },
83         {
84           "name": "numerical",
85           "source_files": "HHZUtils/numerical/*.{h,m}"
86         },
87         {
88           "name": "system",
89           "source_files": "HHZUtils/system/*.{h,m}"
90         },
91         {
92           "name": "exception",
93           "source_files": "HHZUtils/exception/*.{h,m}"
94         }
95       ]
96     }
97   ]