blob: dbeb6df60f333018ee9551b3e27f84ca8a655af8 [file] [log] [blame]
{
"name": "JPCTabbedPageViewController",
"version": "0.3.0",
"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.3.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}