[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 6 / GPRPageViewController / 0.1.0 / GPRPageViewController.podspec.json
blob39215cb94b69349d3dbb7fcdf94af7da037e16e1
2   "name": "GPRPageViewController",
3   "version": "0.1.0",
4   "summary": "A pageViewController with a nice titleBar on the top.",
5   "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.",
6   "homepage": "https://github.com/anthann/GPRPageViewController",
7   "license": "MIT",
8   "authors": {
9     "anthann": "72115165g@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/anthann/GPRPageViewController.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "GPRPageViewController/Classes/**/*",
19   "public_header_files": "GPRPageViewController/Classes/*.h",
20   "dependencies": {
21     "Masonry": [
22       "~> 1.0.0"
23     ]
24   }