blob: 4250b11a7f37f3c8aa064a398818aa317285d067 [file] [log] [blame]
{
"name": "YOCView",
"version": "0.1.3",
"summary": "YOCView helps you avoid UIViewController.",
"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.3"
},
"requires_arc": true,
"dependencies": {
"YOLayout": [
"~> 0.1.3"
]
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "YOCView/*.{h,m}"
}
}