blob: 52d49c89f2b9ba68d06df8665d69cc9f36b54c13 [file] [log] [blame]
{
"name": "Anchorage",
"version": "2.0.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": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Anchorage.swift"
}