blob: 2f11072293f4da6a445bfeaaf51860fd41b92cae [file] [log] [blame]
{
"name": "Mortar",
"version": "1.2.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": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/jmfieldman/Mortar.git",
"tag": "1.2.0"
},
"source_files": "Mortar/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}