[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 3 / 7 / Cassowary / 2.0.0 / Cassowary.podspec.json
blob848f3f7508709a553d5f16f0f5572bd7231d7e0c
2   "name": "Cassowary",
3   "version": "2.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": "2.0.0"
15   },
16   "source_files": "Sources/**/*.{swift}",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.1"
22   },
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/CassowaryTests/*.{swift}"
28     }
29   ]