blob: 4578e0607b19d86130aecc2c722ea8902123d895 [file] [log] [blame]
{
"name": "SuperLayout",
"version": "0.1.2",
"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": "0.1.2"
},
"social_media_url": "https://twitter.com/lionheartsw",
"requires_arc": true,
"platforms": {
"ios": "9.3"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Sources/*"
]
}
]
}