blob: 5058423d1346825b02bd91a79e5c757a27688212 [file] [log] [blame]
{
"name": "YOCView",
"version": "0.1.7",
"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.7"
},
"requires_arc": true,
"dependencies": {
"YOLayout": [
]
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "YOCView/*.{h,m}"
}
}