[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / e / 5 / KZDark / 1.0.0 / KZDark.podspec.json
blobf973b5223b7fd336dfe06823215f0805fb3eb649
2   "name": "KZDark",
3   "version": "1.0.0",
4   "summary": "KZDark is used to implement dark style for ios",
5   "description": "use runtime to implement dark style support",
6   "homepage": "http://git.kanzhun-inc.com/bosszhipin/kzdark",
7   "license": "MIT",
8   "authors": {
9     "zhenglibao": "zhenglibao@kanzhun.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "git@git.kanzhun-inc.com:bosszhipin/kzdark.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "DarkProj/Dark/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "DarkProj/Dark/*.h",
21   "dependencies": {
22     "FlexLib": [
24     ],
25     "KZSeniorLabel": [
27     ],
28     "SDWebImageForKZ": [
30     ],
31     "KZWebImage": [
33     ],
34     "KZExtensions": [
36     ]
37   },
38   "frameworks": [
39     "UIKit",
40     "Foundation"
41   ]