[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / 8 / CNTools / 0.1.0 / CNTools.podspec.json
blob18f7e3773029a5d955fe24679172bfdd1f0ec0df
2   "name": "CNTools",
3   "version": "0.1.0",
4   "summary": "CNMTools iOS常用类库",
5   "description": "iOS常用 分类 | 宏 | 倒计时等类库",
6   "homepage": "https://github.com/StephentTom/CNTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "StephentTom": "857329255@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/StephentTom/CNTools.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "cncategory",
24       "source_files": "CNTools/Classes/cncategory/*.{h,m}"
25     },
26     {
27       "name": "cnnetWorkingStatus",
28       "source_files": "CNTools/Classes/cnnetWorkingStatus/*.{h,m}"
29     },
30     {
31       "name": "cnutils",
32       "source_files": "CNTools/Classes/cnutils/*.{h,m}"
33     },
34     {
35       "name": "cnmacroes",
36       "source_files": "CNTools/Classes/cnmacroes/*.h"
37     }
38   ]