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