blob: 70c7430c2e208c925df643600f68e6d0a2997956 [file] [log] [blame]
{
"name": "SuperPuperDuperLayout",
"version": "1.0.2",
"license": "MIT",
"summary": "Lightweight, elegant and safe wrapper over auto layout.",
"description": "Lightweight, elegant and safe wrapper over auto layout. Inspired by Layout Anchors ( https://developer.apple.com/documentation/uikit/nslayoutanchor ) and SnapKit ( https://github.com/SnapKit/SnapKit ). Without overheads such as «extension UIView», «extension UILayoutGuide», «objc_setAssociatedObjectAssociatedObject», «objc_getAssociatedObject» etc.",
"homepage": "https://github.com/SugarAndCandy/SuperPuperDuperLayout",
"authors": {
"Alexander Zolotarev": "berez.rosha@gmail.com"
},
"social_media_url": "https://twitter.com/zolotarev_s",
"source": {
"git": "https://github.com/SugarAndCandy/SuperPuperDuperLayout.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.swift",
"swift_version": "4"
}