blob: c48ca75a990a848c2d0ded55d4cc2b99c14a0860 [file] [log] [blame]
{
"name": "Cassowary",
"version": "1.0.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": "1.0.0"
},
"source_files": "Sources/**/*.{swift}",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/CassowaryTests/*.{swift}"
}
]
}