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",
18 "https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/1.png",
19 "https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/2.png",
20 "https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/3.png"
22 "social_media_url": "https://twitter.com/conmulligan",
23 "swift_version": "4.1",
27 "source_files": "TabBarPageController/Classes/**/*",
28 "frameworks": "UIKit",
29 "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."