| { |
| "name": "OculusReparo", |
| "version": "0.2.1", |
| "summary": "Swifty layout helpers for UIKit.", |
| "description": "OculusReparo enables you to write view layouts in plain text files, then bind them to controllers\nand model objects.", |
| "homepage": "https://github.com/flipbit/oculus-reparo-swifty", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chris Wood": "chris@flipbit.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/flipbit/oculus-reparo-swifty.git", |
| "tag": "0.2.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "OculusReparo/Classes/**/*" |
| } |