[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 6 / b / CGLayout / 0.7.2 / CGLayout.podspec.json
blob873db84cc2465a584f07d6a6081c1a823bea5937
2   "name": "CGLayout",
3   "version": "0.7.2",
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   "screenshots": "https://raw.githubusercontent.com/k-o-d-e-n/CGLayout/master/Resources/logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Denis Koryttsev": "koden.u8800@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/k-o-d-e-n/CGLayout.git",
17     "tag": "0.7.2"
18   },
19   "social_media_url": "https://twitter.com/K_o_D_e_N",
20   "documentation_url": "https://k-o-d-e-n.github.io/CGLayout/",
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "9.0",
24     "tvos": "10.0",
25     "osx": "10.10"
26   },
27   "source_files": "Sources/Classes/**/*",
28   "swift_version": "5.0"