blob: ad6bf9c41bb7353c09645335ea63e1d7b51a3f3e [file] [log] [blame]
{
"name": "Cassowary",
"version": "0.1.0",
"summary": "A Swift port of the Cassowary linear constraint solver",
"description": "A library that implements the Cassowary linear constraint solving algorithm in pure Swift",
"homepage": "https://github.com/tribalworldwidelondon/CassowarySwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Tribal Worldwide London",
"source": {
"git": "https://github.com/tribalworldwidelondon/CassowarySwift.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.{swift}",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0"
}