blob: 1b3d17cf4859b26cedea3483f9e3293918ec5a63 [file] [log] [blame]
{
"name": "WWLayout",
"version": "0.5.6",
"summary": "Swifty DSL for programmatic Auto Layout in iOS",
"description": "WWLayout is an elegant way to add auto-layout constraints with code.",
"homepage": "https://ww-tech.github.io/wwlayout/",
"license": "Apache-2.0",
"authors": {
"Steven Grosmark": "steven.grosmark@weightwatchers.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5",
"5.1"
],
"source": {
"git": "https://github.com/ww-tech/wwlayout.git",
"tag": "0.5.6"
},
"source_files": [
"Sources/WWLayout",
"Sources/WWLayout/**/*.{h,m,swift}"
],
"swift_version": "5.1"
}