blob: 17ac4d030b2ccd4efcdd33fb4f45aa2be0004d2e [file] [log] [blame]
{
"name": "YOLayout",
"version": "0.0.5",
"summary": "Layout framework.",
"homepage": "https://github.com/YOLayout/YOLayout",
"license": "MIT",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com",
"John Boiles": "johnaboiles@gmail.com"
},
"source": {
"git": "https://github.com/YOLayout/YOLayout.git",
"tag": "0.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": [
"YOLayout/YOCGUtils.{h,m}",
"YOLayout/YOLayout.{h,m}",
"YOLayout/YOView.{h,m}"
]
},
"osx": {
"source_files": [
"YOLayout/YOCGUtils.{h,m}",
"YOLayout/YOLayout.{h,m}",
"YOLayout/YONSView.{h,m}"
]
}
}