blob: 0a87b4d776287bf23ced2bc22248107e3b5acc5a [file] [log] [blame]
{
"name": "Anchorage",
"version": "4.1.0",
"summary": "A collection of operators and utilities that simplify iOS layout code.",
"description": "Create constraints using intuitive operators built directly on top of the NSLayoutAnchor API. Layout has never been simpler!",
"homepage": "https://github.com/Raizlabs/Anchorage",
"license": "MIT",
"authors": {
"Rob Visentin": "rob.visentin@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/Anchorage.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"pushed_with_swift_version": "4.0"
}