blob: 39215cb94b69349d3dbb7fcdf94af7da037e16e1 [file] [log] [blame]
{
"name": "GPRPageViewController",
"version": "0.1.0",
"summary": "A pageViewController with a nice titleBar on the top.",
"description": "This is a encapsu of UIPageViewController, which provide a nice titleBar (like scrollable segmented control) on the top. \nBy add this viewController as childViewController and implement the delegate of it, it will takes every thing for you.",
"homepage": "https://github.com/anthann/GPRPageViewController",
"license": "MIT",
"authors": {
"anthann": "72115165g@gmail.com"
},
"source": {
"git": "https://github.com/anthann/GPRPageViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GPRPageViewController/Classes/**/*",
"public_header_files": "GPRPageViewController/Classes/*.h",
"dependencies": {
"Masonry": [
"~> 1.0.0"
]
}
}