[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / 7 / Cassowary / 2.0.1 / Cassowary.podspec.json
blob3daa14a137765d694a70f6efb8791a97a6547d61
2   "name": "Cassowary",
3   "version": "2.0.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": "2.0.1"
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   ]