[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 9 / 3 / 7 / Cassowary / 0.1.2 / Cassowary.podspec.json
blobcc50c55589e6bbc474e21d09712ebe96e8551cab
2   "name": "Cassowary",
3   "version": "0.1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Tribal Worldwide London",
12   "source": {
13     "git": "https://github.com/tribalworldwidelondon/CassowarySwift.git",
14     "tag": "0.1.2"
15   },
16   "source_files": "Sources/**/*.{swift}",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pushed_with_swift_version": "3.0"