blob: 7957a60a9db152bc62be0440abbcfb7c6293d6c2 [file] [log] [blame]
{
"name": "PureLayout",
"version": "3.1.5",
"homepage": "https://github.com/PureLayout/PureLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Tyler Fox",
"platforms": {
"ios": "6.0",
"osx": "10.7",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/PureLayout/PureLayout.git",
"tag": "v3.1.5"
},
"source_files": "PureLayout/PureLayout",
"summary": "The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.",
"description": "# PureLayout\nThe ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. PureLayout extends `UIView`/`NSView`, `NSArray`, and `NSLayoutConstraint` with a comprehensive Auto Layout API that is modeled after Apple's own frameworks. PureLayout is an Objective-C library that also works (and looks!) great with Swift using a bridging header.\n\nWriting Auto Layout code from scratch isn't easy. PureLayout provides a fully capable and developer-friendly interface for Auto Layout. It is designed for clarity and simplicity, and takes inspiration from the AutoLayout UI options available in Interface Builder while delivering far more flexibility. The API is also highly efficient, as it adds only a thin layer of third party code and is engineered for maximum performance."
}