blob: 9fd1076a8f176a9c133f9b72731abf3518acdf4d [file] [log] [blame]
{
"name": "AnchorKit",
"version": "2.3.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": "eddiekaiger@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Weebly/AnchorKit.git",
"tag": "v2.3.0"
},
"requires_arc": true,
"source_files": "AnchorKit/Source/*.swift"
}