[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / 9 / KZMenuAssistor / 1.5.2 / KZMenuAssistor.podspec.json
blob6c5c44756bf8998deac9eccbdb7637efa55b1d7e
2   "name": "KZMenuAssistor",
3   "version": "1.5.2",
4   "summary": "Kanzhun menu debug.",
5   "description": "Application menu assistant.",
6   "homepage": "https://github.com/LYPDoit",
7   "license": "MIT",
8   "authors": {
9     "liuyaping": "https://github.com/LYPDoit"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "git@git.kanzhun-inc.com:bosszhipin/kzmenuassistor.git",
16     "tag": "1.5.2"
17   },
18   "pod_target_xcconfig": {
19     "DEFINES_MODULE": "YES"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "source_files": "KZMenuAssistor/KZMenuAssistor/**/*.{h,m,c}",
25   "resource_bundles": {
26     "KZMenuAssistorResourceBundle": [
27       "KZMenuAssistor/KZMenuAssistor/**/*.{xib,png,html,css,js,svg}"
28     ]
29   },
30   "public_header_files": "KZMenuAssistor/KZMenuAssistor/**/*.h",
31   "frameworks": [
32     "Foundation",
33     "CoreGraphics",
34     "UIKit",
35     "WebKit"
36   ],
37   "dependencies": {
38     "KZPerformanceWolf": [
40     ],
41     "KZMenuController": [
43     ]
44   }