blob: 709297b14f8ae7629453b73a5e11942f522df3e2 [file] [log] [blame]
{
"name": "BmoViewPager",
"version": "4.0.4",
"summary": "A ViewPager with NavigationBar component based on UIPageViewController and UICollectionView",
"description": "BmoViewPager is a ViewPager with NavigationBar component based on UIPageViewController and UICollectionView, which is a convenience way to supply and manager each viewController.\nI want to make UIPageViewController more intuitive for using it, like UITableView, and supply a navigationBar quickly and simply.\nMore importantly, when UIPageViewController scroll continuously, pageControl sometimes will get wrong index, this viewPager can help you solve it.\nThere are some standard dataSource and delegate implemented for generating each page and navigationBar, each of these classes have simple sample code showing in the Pod Example for BmoViewPager.",
"homepage": "https://github.com/tzef/BmoViewPager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LEE ZHE YU": "tzef8220@gmail.com"
},
"source": {
"git": "https://github.com/tzef/BmoViewPager.git",
"tag": "4.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BmoViewPager/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}