[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / d / 2 / 0 / WavelyKanzhunLibForDev / 0.0.5 / WavelyKanzhunLibForDev.podspec.json
blob6b113698baa1853dd3fc0bb29ef680441f8e4dcb
2   "name": "WavelyKanzhunLibForDev",
3   "version": "0.0.5",
4   "summary": "This is a pods containing kanzhun private libraries",
5   "homepage": "https://github.com/Wavely-California/wavely-iOS-kanzhunLib.git",
6   "authors": {
7     "yixiong": "yixiong@kanzhun.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "git@github.com:Wavely-California/wavely-iOS-kanzhunLib.git",
15     "tag": "0.0.5"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "xcconfig": {
21     "VALID_ARCHS": "arm64 x86_64",
22     "ENABLE_BITCODE": "NO"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "subspecs": [
33     {
34       "name": "KZPhotoBrowser",
35       "resource_bundles": {
36         "KZPhotoBrowser": [
37           "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/Resources/*"
38         ]
39       },
40       "source_files": [
41         "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/KZPhotoBrowserUtilities/**/*.{h,m}",
42         "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/KZImagePreview/**/*.{h,m}",
43         "kanzhunLib/kzphotobrowserexample/KZPhotoBrowser/KZPhotoPicker/**/*.{h,m}"
44       ]
45     },
46     {
47       "name": "KZTools",
48       "resources": "kanzhunLib/kztools/kztools/resources/*",
49       "vendored_libraries": [
50         "kanzhunLib/kztools/kztools/Tools/Audio/opencore-amrnb/libopencore-amrnb.a",
51         "kanzhunLib/kztools/kztools/Tools/Audio/opencore-mp3/libmp3lame.a"
52       ],
53       "source_files": [
54         "kanzhunLib/kztools/kztools/Tools/*.{h,m}",
55         "kanzhunLib/kztools/kztools/Tools/Audio/**/*.{h,m}",
56         "kanzhunLib/kztools/kztools/Tools/PrivacyBase/**/*.{h,m}",
57         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeNetwork.{h,m}",
58         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeNotification.{h,m}",
59         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeCamera.{h,m}",
60         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypePhotoLibrary.{h,m}",
61         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeMicrophone.{h,m}",
62         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeLocation.{h,m}",
63         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeCalendar.{h,m}",
64         "kanzhunLib/kztools/kztools/Tools/PrivacyType/KZPrivacyTypeAppTracking.{h,m}"
65       ]
66     },
67     {
68       "name": "KZAlert",
69       "source_files": [
70         "kanzhunLib/kzalert/KZAlert/KZAlert.h",
71         "kanzhunLib/kzalert/KZAlert/KZSystemAlert/**/*.{h,m}"
72       ]
73     },
74     {
75       "name": "KZExtensions",
76       "source_files": "kanzhunLib/kzextensions/KZExtensions/Extensions/*.{h,m}"
77     },
78     {
79       "name": "KZLogger",
80       "source_files": "kanzhunLib/kzlogger/KZLogger/Logger/*.{h,mm,cc}",
81       "vendored_frameworks": "kanzhunLib/kzlogger/KZLogger/mars.framework",
82       "frameworks": [
83         "CoreTelephony",
84         "Foundation",
85         "SystemConfiguration"
86       ],
87       "libraries": "z"
88     },
89     {
90       "name": "KZMarkdownView",
91       "source_files": "kanzhunLib/kzmarkdown/KZMarkdownView/Classes/**/*",
92       "vendored_frameworks": [
93         "kanzhunLib/kzmarkdown/KZMarkdownView/CommonMark.framework"
94       ],
95       "dependencies": {
96         "WavelyKanzhunLibForDev/KZSeniorLabel": [
98         ],
99         "WavelyKanzhunLibForDev/KZWebImage": [
101         ]
102       }
103     },
104     {
105       "name": "KZSeniorLabel",
106       "source_files": "kanzhunLib/kzseniorlabel/YPSeniorLabel/YPSeniorLabel/**/*.{h,m}",
107       "frameworks": [
108         "Foundation",
109         "CoreText",
110         "UIKit"
111       ],
112       "dependencies": {
113         "WavelyKanzhunLibForDev/KZMenuController": [
115         ],
116         "WavelyKanzhunLibForDev/KZWebImage": [
118         ]
119       }
120     },
121     {
122       "name": "KZWebImage",
123       "source_files": "kanzhunLib/kzwebimage/YPWebImage/YPWebImage/**/*.{h,m}",
124       "vendored_frameworks": "kanzhunLib/kzwebimage/YPWebImage/WebP/WebP.framework",
125       "frameworks": [
126         "Foundation",
127         "CoreServices",
128         "UIKit",
129         "CoreGraphics",
130         "Accelerate",
131         "ImageIO",
132         "QuartzCore"
133       ]
134     },
135     {
136       "name": "KZMenuController",
137       "source_files": "kanzhunLib/kzmenucontroller/YPMenuController/Classes/**/*"
138     },
139     {
140       "name": "KZStoreManager",
141       "source_files": "kanzhunLib/kzstoremanager/StoreManager/*.{h,m}",
142       "dependencies": {
143         "MMKV": [
144           "1.0.22"
145         ]
146       }
147     },
148     {
149       "name": "KZModelCast",
150       "source_files": "kanzhunLib/kzmodelcast/KZModelCast/ModelCast/*.{h,m}"
151     },
152     {
153       "name": "KZURLCache",
154       "source_files": "kanzhunLib/kzurlcache/KZURLCache/KZURLCache/**/*.{h,m}",
155       "dependencies": {
156         "AFNetworking/NSURLSession": [
158         ]
159       }
160     },
161     {
162       "name": "KZMqttSDK",
163       "source_files": "kanzhunLib/kzmqttsdk/KZMqttSDK/MqttSDK/*.{h,m}"
164     },
165     {
166       "name": "KZMenuAssistor",
167       "source_files": "kanzhunLib/kzmenuassistor/KZMenuAssistor/KZMenuAssistor/**/*.{h,m}",
168       "resource_bundles": {
169         "KZMenuAssistorResourceBundle": [
170           "kanzhunLib/kzmenuassistor/KZMenuAssistor/KZMenuAssistor/**/*.{xib,png,html,css,js,svg}"
171         ]
172       },
173       "dependencies": {
174         "WavelyKanzhunLibForDev/KZMenuController": [
176         ],
177         "WavelyKanzhunLibForDev/KZPerformanceWolf": [
179         ]
180       }
181     },
182     {
183       "name": "KZPerformanceWolf",
184       "source_files": "kanzhunLib/kzperformancewolf/KZPerformanceWolf/Classes/**/*",
185       "libraries": "c++"
186     },
187     {
188       "name": "KZAltmanManager",
189       "source_files": "kanzhunLib/kzaltmanmanager/KZAltmanManager/**/*.{h,m}",
190       "libraries": "resolv",
191       "frameworks": "Network",
192       "dependencies": {
193         "FMDB/FTS": [
195         ],
196         "FMDB/SQLCipher": [
198         ],
199         "SSZipArchive": [
201         ]
202       }
203     }
204   ]