blob: 2b27538c943f3f15264900fe5410d1d93cae7759 [file] [log] [blame]
{
"name": "JPCTabbedPageViewController",
"version": "0.1.1",
"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\n",
"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.1.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}