| { |
| "name": "UIViewController+Controller", |
| "version": "0.0.1", |
| "summary": "Small but useful category on UIViewController that allows you to instantiate controller and navigation controller.", |
| "homepage": "https://github.com/belkevich/uiviewcontroller-controller", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Alexey Belkevich": "belkevich.alexey@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/belkevich/uiviewcontroller-controller.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true |
| } |