| { | |
| "name": "YOCView", | |
| "version": "0.1.5", | |
| "summary": "Simplifying UIView and UIViewController interactions.", | |
| "homepage": "https://github.com/gabriel/YOCView", | |
| "license": "MIT", | |
| "authors": { | |
| "Gabriel Handford": "gabrielh@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/gabriel/YOCView.git", | |
| "tag": "0.1.5" | |
| }, | |
| "requires_arc": true, | |
| "dependencies": { | |
| "YOLayout": [ | |
| ] | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "ios": { | |
| "source_files": "YOCView/*.{h,m}" | |
| } | |
| } |