2 "name": "TabBarPageController",
8 "summary": "A container view controller that manages navigation between pages of content using a tab bar.",
9 "homepage": "https://github.com/conmulligan/TabBarPageController",
11 "conmulligan": "conmulligan@gmail.com"
14 "git": "https://github.com/conmulligan/TabBarPageController.git",
17 "swift_versions": "5.0",
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"