blob: 16b94abe1bf8edc4ed2bcccbc08825bea74ed465 [file] [log] [blame]
{
"name": "SuperLayout",
"version": "2.0.0",
"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": "2.0.0"
},
"social_media_url": "https://twitter.com/lionheartsw",
"requires_arc": true,
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/*"
]
}
]
}