[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 7 / Cassowary / 0.1.1 / Cassowary.podspec.json
blob21803dc45fd92b5df5f3f6ba7ef8fcae9bc26541
2   "name": "Cassowary",
3   "version": "0.1.1",
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.1"
15   },
16   "source_files": "Sources/**/*.{swift}",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pushed_with_swift_version": "3.0"