blob: 687243b998e1d8f5b669018d8e261d974f502c62 [file] [log] [blame]
{
"name": "Layout",
"version": "0.6.15",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "XML templates + expression-based layout system.",
"homepage": "https://github.com/schibsted/layout",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/schibsted/layout.git",
"tag": "0.6.15"
},
"default_subspecs": "Core",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Layout/**/*"
},
{
"name": "CLI",
"preserve_paths": "LayoutTool/LayoutTool",
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}
]
}