[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 3 / 7 / Cassowary / 1.0.0 / Cassowary.podspec.json
blobc48ca75a990a848c2d0ded55d4cc2b99c14a0860
2   "name": "Cassowary",
3   "version": "1.0.0",
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": "1.0.0"
15   },
16   "source_files": "Sources/**/*.{swift}",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pushed_with_swift_version": "3.0",
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "source_files": "Tests/CassowaryTests/*.{swift}"
26     }
27   ]