blob: 0174704ff1b404c35df1392adf359b59d8c4949d [file] [log] [blame]
{
"name": "Anchorage",
"version": "2.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift"
}