blob: f7144590257df434d8d6ebb3592372ecc459f906 [file] [log] [blame]
{
"name": "JKPageViewController",
"version": "0.1.0",
"summary": "A simple wrapper class for UIPageViewController with easy implementation.",
"description": " - encapsulates common delegate methods\n\n- keeps track of indexes\n\n- turns page control on/off with the pageControlEnabled boolean\n\n- comes with an Appearable hook for child view controllers\n",
"homepage": "https://github.com/kimjune01/JKPageViewController",
"license": "MIT",
"authors": {
"June Kim": "kimjune01@gmail.com"
},
"source": {
"git": "https://github.com/kimjune01/JKPageViewController.git",
"tag": "0.1.0"
},
"requires_arc": false,
"platforms": {
"ios": "8.1"
},
"source_files": "JKPageViewController.swift",
"frameworks": "UIKit"
}