4 "summary": "A Swift port of the Cassowary linear constraint solver",
5 "description": "A library that implements the Cassowary linear constraint solving algorithm in pure Swift",
6 "homepage": "https://github.com/tribalworldwidelondon/CassowarySwift",
11 "authors": "Tribal Worldwide London",
13 "git": "https://github.com/tribalworldwidelondon/CassowarySwift.git",
16 "source_files": "Sources/**/*.{swift}",
20 "pod_target_xcconfig": {
21 "SWIFT_VERSION": "4.1"
27 "source_files": "Tests/CassowaryTests/*.{swift}"