| { |
| "name": "JKSegueActionViewController", |
| "version": "1.0.2", |
| "summary": "A Category on UIViewController to simplify preparing segues.", |
| "description": " JKSegueActionViewController allows the use of simple blocks and methods\n instead of -[UIViewController prepareForSegue:sender:].\n", |
| "homepage": "https://github.com/joekain/JKSegueActionViewController", |
| "license": "MIT", |
| "authors": { |
| "Joseph Kain": "joekain@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/joekain/JKSegueActionViewController.git", |
| "tag": "1.0.2" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": "JKSegueActionViewController/*.{h,m}", |
| "requires_arc": false |
| } |