blob: 37b9b1df70ade4e45644b7487b87b2f537539ca6 [file] [log] [blame]
{
"name": "TabBarPageController",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A container view controller that manages paging navigation between tabs of content.",
"homepage": "https://github.com/conmulligan/TabBarPageController",
"authors": {
"conmulligan": "conmulligan@gmail.com"
},
"source": {
"git": "https://github.com/conmulligan/TabBarPageController.git",
"tag": "0.1.1"
},
"screenshots": [
"https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/1.png",
"https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/2.png",
"https://raw.githubusercontent.com/conmulligan/TabBarPageController/master/Example/Screenshots/3.png"
],
"social_media_url": "https://twitter.com/conmulligan",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "TabBarPageController/Classes/**/*",
"frameworks": "UIKit",
"description": "A container view controller that manages navigation between tabs of content. Each tab is managed by a child view controller embedded in a UIPageViewController instance, allowing users to navigate between tabs by selecting tab bar items or swiping left and right."
}