| { |
| "name": "JAMSimplePageViewController", |
| "version": "1.0.0", |
| "summary": "A simple, self contained UIPageViewController.", |
| "description": " JAMSimplePageViewController is a subclass of UIPageViewController. You can feed it UIViewControllers and it automatically handles paging and displaying a UIPageControl.\n", |
| "homepage": "https://github.com/jmenter/JAMSimplePageViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jeff Menter": "jmenter@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/jmenter", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/jmenter/JAMSimplePageViewController.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |