[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / d / e / SwiftCassowary / 0.1-beta / SwiftCassowary.podspec.json
blobf474de92077b8ee5049f53e7d1842fd9fbd5d07a
2   "name": "SwiftCassowary",
3   "version": "0.1-beta",
4   "summary": "Swift implement of constraint solving algorithm",
5   "description": "Cassowary is a swift implement of constraint solving algorithm Cassowary which forms the core of the OS X and iOS Autolayout . \n* This library is heavily inspired by this c++ implement rhea",
6   "homepage": "https://github.com/nangege/Cassowary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TangNan": "nangezao@foxmail.com"
13   },
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "module_name": "Cassowary",
19   "source": {
20     "git": "https://github.com/nangege/Cassowary.git",
21     "tag": "0.1-beta"
22   },
23   "source_files": [
24     "Cassowary/Sources/*.swift",
25     "Cassowary/Cassowary.h"
26   ],
27   "public_header_files": [
28     "Cassowary/Cassowary.h"
29   ],
30   "requires_arc": true