blob: fc7be6ab69159bc5d65ba348e1a722a3151d515a [file] [log] [blame]
{
"name": "Mortar",
"version": "1.7.0",
"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.11",
"tvos": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/jmfieldman/Mortar.git",
"tag": "1.7.0"
},
"source_files": "Mortar/*.swift",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Mortar/*.swift"
},
{
"name": "MortarVFL",
"source_files": "Mortar/MortarVFL/*.swift",
"dependencies": {
"Mortar/Core": [
]
}
},
{
"name": "Core_NoCreatable",
"source_files": "Mortar/*.swift",
"exclude_files": [
"Mortar/NSObject+Mortar.swift",
"Mortar/MortarVFL/**"
]
},
{
"name": "MortarVFL_NoCreatable",
"source_files": "Mortar/MortarVFL/*.swift",
"dependencies": {
"Mortar/Core_NoCreatable": [
]
}
}
]
}