blob: 8e5f5b84d1ac326e8979f37c61e4e9d21f54bc03 [file] [log] [blame]
{
"name": "WTAutoLayoutExtensions",
"version": "1.0.1",
"summary": "A set of extensions to UIView and UILayoutGuide to make it\nsimpler and more natural to use auto-layout.",
"description": "WTAutoLayoutExtensions adds extensions to UIView and UILayoutGuide to make it\nsimpler and more natural to use layout guides, layout anchors, and the rest of\nthe auto-layout machinery, with a consistent API and very little code.",
"homepage": "https://github.com/wltrup/iOS-Swift-WTAutoLayoutExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wagner Truppel": "trupwl@gmail.com"
},
"source": {
"git": "https://github.com/wltrup/iOS-Swift-WTAutoLayoutExtensions.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WTAutoLayoutExtensions/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}