[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 6 / a / Koinu / 1.0.1 / Koinu.podspec.json
blob1ff6089ff590e50a7e9b0974c973442ce4004512
2   "name": "Koinu",
3   "version": "1.0.1",
4   "summary": "Koinu 是一个自定义 UINavigationController 框架。",
5   "description": "Koinu 是一个自定义 UINavigationController 框架,通过对 UIViewController 进行包装,使每个 UIViewController 独立的维护各自的 UINavigationBar 的样式,\n从而避免了在 UIViewController 的 viewWillAppear(_:) 与 viewDidDisappear(_:) 方法中修改 UINavigationBar 样式所导致的问题",
6   "authors": {
7     "spirit-jsb": "sibo_jian_29903549@163.com"
8   },
9   "license": "MIT",
10   "homepage": "https://github.com/spirit-jsb/Koinu.git",
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_versions": [
15     "5.0"
16   ],
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "source": {
22     "git": "https://github.com/spirit-jsb/Koinu.git",
23     "tag": "1.0.1"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/Core/**/*.swift",
31         "Sources/Extensions/**/*.swift",
32         "Sources/Koinu.h"
33       ]
34     }
35   ],
36   "swift_version": "5.0"