[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 6 / GPRPageViewController / 0.2.0 / GPRPageViewController.podspec.json
blob9110c7ce1ac4255375855d4da10ca6161c1205b5
2   "name": "GPRPageViewController",
3   "version": "0.2.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.2.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   }