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