[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 2 / 6 / 4 / CNCommonLib / 0.0.3 / CNCommonLib.podspec.json
blob3bae502288fdc56d881a41cd9d62b07eb84017db
2   "name": "CNCommonLib",
3   "version": "0.0.3",
4   "summary": "CNCommonLib for iOS.",
5   "description": "CNCommonLib是iOS开发中常用的一些库, 例如: 分类 | 倒计时 | 通用宏等",
6   "homepage": "https://github.com/StephentTom/CNCommonLib",
7   "license": "MIT",
8   "authors": {
9     "Mr Hong": "857329255@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/StephentTom/CNCommonLib.git",
16     "tag": "0.0.3"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "cncategory",
23       "source_files": [
24         "Classes",
25         "Classes/cncategory/*.{h,m}"
26       ]
27     },
28     {
29       "name": "cnmacroes",
30       "source_files": [
31         "Classes",
32         "Classes/cnmacroes/*.h"
33       ]
34     },
35     {
36       "name": "cnnetWorkingStatus",
37       "source_files": [
38         "Classes",
39         "Classes/cnnetWorkingStatus/*.{h,m}"
40       ]
41     },
42     {
43       "name": "cnutils",
44       "source_files": [
45         "Classes",
46         "Classes/cnutils/*.{h,m}"
47       ]
48     }
49   ]