blob: 873db84cc2465a584f07d6a6081c1a823bea5937 [file] [log] [blame]
{
"name": "CGLayout",
"version": "0.7.2",
"summary": "Constraint-based autolayout system written on Swift. Not Autolayout wrapper.",
"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.",
"homepage": "https://github.com/k-o-d-e-n/CGLayout",
"screenshots": "https://raw.githubusercontent.com/k-o-d-e-n/CGLayout/master/Resources/logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Koryttsev": "koden.u8800@gmail.com"
},
"source": {
"git": "https://github.com/k-o-d-e-n/CGLayout.git",
"tag": "0.7.2"
},
"social_media_url": "https://twitter.com/K_o_D_e_N",
"documentation_url": "https://k-o-d-e-n.github.io/CGLayout/",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"tvos": "10.0",
"osx": "10.10"
},
"source_files": "Sources/Classes/**/*",
"swift_version": "5.0"
}