blob: 3daa14a137765d694a70f6efb8791a97a6547d61 [file] [log] [blame]
{
"name": "Cassowary",
"version": "2.0.1",
"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": "2.0.1"
},
"source_files": "Sources/**/*.{swift}",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/CassowaryTests/*.{swift}"
}
]
}