blob: 9f2a67ed5dd1725ec1b681295c9ae7db7712ff03 [file] [log] [blame]
{
"name": "Anchorage",
"version": "4.4.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/Rightpoint/Anchorage",
"license": "MIT",
"authors": {
"Rob Visentin": "jvisenti@gmail.com"
},
"source": {
"git": "https://github.com/Rightpoint/Anchorage.git",
"tag": "4.4.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}