blob: 39a17473215ae680136ba9765039b4dcefe950e2 [file] [log] [blame]
{
"name": "Mortar",
"version": "0.10.4",
"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"
},
"source": {
"git": "https://github.com/jmfieldman/Mortar.git",
"tag": "0.10.4"
},
"source_files": "Mortar/*.swift",
"requires_arc": true
}