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