[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 1 / 0 / JKPageViewController / 0.1.0 / JKPageViewController.podspec.json
blobf7144590257df434d8d6ebb3592372ecc459f906
2   "name": "JKPageViewController",
3   "version": "0.1.0",
4   "summary": "A simple wrapper class for UIPageViewController with easy implementation.",
5   "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",
6   "homepage": "https://github.com/kimjune01/JKPageViewController",
7   "license": "MIT",
8   "authors": {
9     "June Kim": "kimjune01@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kimjune01/JKPageViewController.git",
13     "tag": "0.1.0"
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "8.1"
18   },
19   "source_files": "JKPageViewController.swift",
20   "frameworks": "UIKit"