[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 7 / c / KSCControl / 1.5 / KSCControl.podspec.json
blob1678b84ed27e6233831f1ff4cd05285ff0122e8c
2   "name": "KSCControl",
3   "version": "1.5",
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/KSCControl.git",
16     "tag": "1.5"
17   },
18   "authors": {
19     "KanSC": "kanscemail@126.com"
20   },
21   "requires_arc": true,
22   "ios": {
23     "vendored_frameworks": "Product/KSCControl.framework"
24   },
25   "resources": "KSCControl/KSCControl/Resource/*.bundle",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "Masonry": [
33     ],
34     "YYWebImage": [
36     ],
37     "KSCCategory": [
39     ],
40     "KSCNetworking": [
42     ]
43   }