blob: 30941df439c8953cb64550dd281be6be267c0216 [file] [log] [blame]
{
"name": "Mortar",
"version": "1.4.0.3",
"summary": "Auto Layout in Swift using concise, powerful, flexible syntax",
"description": "Code your Auto Layout constraints in Swift: view1.m_left |=| view2.m_right + 10",
"homepage": "https://github.com/jmfieldman/Mortar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Fieldman": "jason@fieldman.org"
},
"social_media_url": "http://fieldman.org",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/jmfieldman/Mortar.git",
"tag": "1.4.0.3"
},
"source_files": "Mortar/*.swift",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Mortar/*.swift"
},
{
"name": "MortarVFL",
"source_files": "Extensions/MortarVFL/*.swift",
"dependencies": {
"Mortar/Core": [
]
}
},
{
"name": "Core_NoCreatable",
"source_files": "Mortar/*.swift",
"exclude_files": "Mortar/NSObject+Mortar.swift"
},
{
"name": "MortarVFL_NoCreatable",
"source_files": "Extensions/MortarVFL/*.swift",
"dependencies": {
"Mortar/Core_NoCreatable": [
]
}
}
]
}