blob: 3e309985f0a94d6fcab8087d0db6ad087106f721 [file] [log] [blame]
{
"name": "Anchorage",
"version": "4.2.4",
"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.2.4"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"pushed_with_swift_version": "4.0"
}