blob: 682605effab721a96a71e4008707260b63fb696e [file] [log] [blame]
{
"name": "YOLayout",
"version": "0.2.1",
"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.2.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": [
"YOLayout/*.{h,m}",
"YOLayout/UIKit/*.{h,m}",
"YOLayout/Box/*.{h,m}",
"YOLayout/Layouts/*.{h,m}"
]
},
"osx": {
"source_files": [
"YOLayout/*.{h,m}",
"YOLayout/AppKit/*.{h,m}",
"YOLayout/Box/*.{h,m}",
"YOLayout/Layouts/*.{h,m}"
]
}
}