blob: 33ae7971d7dbeaf2891a0bd32b7e45d4c2cfc67e [file] [log] [blame]
{
"name": "YOCView",
"version": "0.1.2",
"summary": "Taking away view controllers.",
"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.2"
},
"requires_arc": true,
"dependencies": {
"YOLayout": [
"~> 0.1.3"
]
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "YOCView/*.{h,m}"
}
}