blob: 4f45fe3a0d172537121338d825df221ccdefbf2d [file] [log] [blame]
{
"name": "SuperLayout",
"version": "1.0.1",
"summary": "The simplest and cleanest way to use layout anchors in Swift.",
"homepage": "https://github.com/lionheart/SuperLayout",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/SuperLayout.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/lionheartsw",
"requires_arc": true,
"platforms": {
"ios": "9.3"
},
"swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/*"
]
}
]
}