[Add] Backpack-SwiftUI 73.18.0
[CocoaPods.git] / Specs / 7 / e / d / TabBarPageController / 0.2.0 / TabBarPageController.podspec.json
blob066004d09646d1caffb41c21a26f05cd8b79a163
2   "name": "TabBarPageController",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A container view controller that manages navigation between pages of content using a tab bar.",
9   "homepage": "https://github.com/conmulligan/TabBarPageController",
10   "authors": {
11     "conmulligan": "conmulligan@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/conmulligan/TabBarPageController.git",
15     "tag": "0.2.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/TabBarPageController/**/*",
22   "frameworks": "UIKit",
23   "description": "A container view controller that manages navigation between pages of content. Each page is represented by a child view controller embedded in a UIPageViewController instance, allowing users to navigate between pages by either selecting tab bar items or swiping left and right.",
24   "swift_version": "5.0"