[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / 1 / KSCCategory / 1.6 / KSCCategory.podspec.json
blob823230db6735d6771651beb34edc7f2a62c082ef
2   "name": "KSCCategory",
3   "version": "1.6",
4   "summary": "常用扩展类",
5   "description": "个人常用的扩展类别.",
6   "homepage": "https://dev.tencent.com/u/KanSC",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://git.dev.tencent.com/KanSC/KSCCategory.git",
16     "tag": "1.6"
17   },
18   "authors": {
19     "KanSC": "kanscemail@126.com"
20   },
21   "requires_arc": true,
22   "ios": {
23     "vendored_frameworks": "Product/KSCCategory.framework"
24   },
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "DZNEmptyDataSet": [
32     ],
33     "MJRefresh": [
35     ],
36     "Masonry": [
38     ],
39     "YYKit": [
41     ]
42   }