blob: dee46a82dc01c78858b834e1c335be300d61806a [file] [log] [blame]
{
"name": "AnchorKit",
"version": "1.0.0",
"summary": "A Swifty anchor-based API for AutoLayout.",
"description": "AnchorKit is a Swifty API for AutoLayout on iOS, macOS, and tvOS.\nCreate constraints quickly and efficiently with no black box magic underneath the hood.\nAlso provides several extensions on `NSLayoutConstraint`. Works with both views and layout guides.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Weebly/AnchorKit.git",
"authors": {
"Eddie Kaiger": "eddie.kaiger@weebly.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Weebly/AnchorKit.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"source_files": "AnchorKit/Source/*.swift",
"pushed_with_swift_version": "3.1"
}