| { |
| "name": "JAMFlippableViewController", |
| "version": "1.0.0", |
| "summary": "A view controller that allows easy flipping between two child view controllers.", |
| "description": " JAMFlippableViewController is a UIViewController subclass that allows easy flipping between two child view controller that are passed in during the init phase.\n", |
| "homepage": "https://github.com/jmenter/JAMFlippableViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jeff Menter": "jmenter@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/jmenter", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jmenter/JAMFlippableViewController.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m,png}" |
| ], |
| "requires_arc": true |
| } |