[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / e / 1 / JJGMPageViewController / 0.1.3 / JJGMPageViewController.podspec.json
blobf65032a1b891bb644600e676ac982bf4e7646cbb
2   "name": "JJGMPageViewController",
3   "version": "0.1.3",
4   "summary": "UIPageViewController made easy written in Objective C",
5   "description": "JJGPageViewController is the easiest way to use a UIPageViewController written in Objective C. It comes with  going to a specific page and navigating backwards and forwards",
6   "homepage": "https://github.com/juanjoguevara/JJGMPageViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "juanjoguevara": "juanjoguevara@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/juanjoguevara/JJGMPageViewController.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JJGMPageViewController/Classes/**/*",
22   "resource_bundles": {
23     "JJGMPageViewControllerBundle": [
24       "JJGMPageViewController/Classes/**/*.xib"
25     ]
26   }