[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 6 / b / CGLayout / 0.7.1 / CGLayout.podspec.json
blob987b9a9cf0f2ee3f13339bdcdde05e5799521a72
2   "name": "CGLayout",
3   "version": "0.7.1",
4   "summary": "Constraint-based autolayout system written on Swift. Not Autolayout wrapper.",
5   "description": "Powerful autolayout framework, that can manage UIView(NSView), CALayer and not rendered views. Has cross-hierarchy coordinate space. Implementation performed on rect-based constraints. Fast, asynchronous, declarative, cacheable, extensible. Supported iOS, macOS, tvOS, Linux.",
6   "homepage": "https://github.com/k-o-d-e-n/CGLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Koryttsev": "koden.u8800@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/k-o-d-e-n/CGLayout.git",
16     "tag": "0.7.1"
17   },
18   "social_media_url": "https://twitter.com/K_o_D_e_N",
19   "documentation_url": "https://k-o-d-e-n.github.io/CGLayout/",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "9.0",
23     "tvos": "10.0",
24     "osx": "10.10"
25   },
26   "source_files": "Sources/Classes/**/*",
27   "swift_version": "5.0"