[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / a / XZNavigationController / 1.2.6 / XZNavigationController.podspec.json
blob5bb3ea07d3638546f185d20f62db94f429930c7b
2   "name": "XZNavigationController",
3   "version": "1.2.6",
4   "summary": "iOS 支持全屏手势导航、自定义导航栏的协议框架",
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.2.6"
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.1.0"
34         ]
35       }
36     }
37   ],
38   "swift_version": "5.0"