blob: e8cbf6f4c057e812702f301596e1cee3a83b7315 [file] [log] [blame]
{
"name": "AnchorKit",
"version": "2.2.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.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Weebly/AnchorKit.git",
"tag": "v2.2.0"
},
"requires_arc": true,
"source_files": "AnchorKit/Source/*.swift"
}