[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 3 / a / XZNavigationController / 1.3.1 / XZNavigationController.podspec.json
blobe937bc9dc2dc419321fdfa7d3e7869be1d0145dd
2   "name": "XZNavigationController",
3   "version": "1.3.1",
4   "summary": "一个支持全屏手势导航、自定义导航栏的组件",
5   "description": "本组件拓展了原生 UINavigationController 的功能,使其支持自定义导航条、全屏手势导航,使用简单、接入成本为零。",
6   "homepage": "https://github.com/Xezun/XZNavigationController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "developer@xezun.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/XZNavigationController.git",
16     "tag": "1.3.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "swift_versions": "5.0",
25   "default_subspecs": "Code",
26   "subspecs": [
27     {
28       "name": "Code",
29       "source_files": "XZNavigationController/Code/**/*.{h,m,swift}",
30       "public_header_files": "XZNavigationController/Code/**/*.h",
31       "dependencies": {
32         "XZDefines/XZRuntime": [
33           ">= 1.2.0"
34         ]
35       }
36     }
37   ],
38   "swift_version": "5.0"