blob: 939b6dcbee4b53d0de8a69619e1d4f2a14500a0d [file] [log] [blame]
{
"name": "JPCTabbedPageViewController",
"version": "0.2.3",
"summary": "UITabBarController replacement for iOS based on UIPageViewController",
"description": "* UITabBarController replacement for iOS based on UIPageViewController\n* Tabs are listed accross the top in an custom scrollable UISegmentedControl with images or title text\n* Swipe between pages or select from the tabs",
"homepage": "https://github.com/jpchmura/JPCTabbedPageViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jon Chmura",
"social_media_url": "http://twitter.com/jpchmura",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jpchmura/JPCTabbedPageViewController.git",
"tag": "0.2.3"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}