[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / c / 8 / 9 / KZMenuAssistor / 0.8.3 / KZMenuAssistor.podspec.json
blob6b9c983d4b37a1370c09efb7681bde78b660752f
2   "name": "KZMenuAssistor",
3   "version": "0.8.3",
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": "8.0"
13   },
14   "source": {
15     "git": "git@git.kanzhun-inc.com:bosszhipin/kzmenuassistor.git",
16     "tag": "0.8.3"
17   },
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "source_files": "KZMenuAssistor/KZMenuAssistor/**/*.{h,m}",
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   }