blob: fea8ac9b4e0dbfd2c50981dfc40a13a516f3a97f [file] [log] [blame]
{
"name": "Layout",
"version": "0.4.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.4.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"
}
}
]
}