[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / 4 / SwiftUINavigation / 1.0.0 / SwiftUINavigation.podspec.json
blob6282a5697870a17d366cfc12f0060ac0b150672b
2   "name": "SwiftUINavigation",
3   "version": "1.0.0",
4   "summary": "UIKit like navigation controller in SwiftUI",
5   "description": "SwiftUINavigation provides NavigationController which can be used to push/pop views in SwiftUI exactly like UIKit's UINavigationController.",
6   "homepage": "https://github.com/bhimsenp/SwiftUINavigation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bhimsen Padalkar": "bhim.padalkar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bhimsenp/SwiftUINavigation.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "13.0"
23   },
24   "source_files": "Sources/**/*",
25   "swift_version": "5.0"