blob: 88145a5d940b49ae4386e974da3ec8a161d73367 [file] [log] [blame]
{
"name": "CGLayout",
"version": "0.5.2",
"summary": "Constraint-based autolayout system written on Swift. Not Autolayout wrapper.",
"description": "Powerful autolayout framework, that can manage UIView, CALayer and not rendered views. Has cross-hierarchy coordinate space. Implementation performed on rect-based constraints. Fast, asynchronous, declarative, cacheable, extensible.",
"homepage": "https://github.com/k-o-d-e-n/CGLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"k-o-d-e-n": "koden.u8800@gmail.com"
},
"source": {
"git": "https://github.com/k-o-d-e-n/CGLayout.git",
"tag": "0.5.2_beta"
},
"social_media_url": "https://twitter.com/K_o_D_e_N",
"platforms": {
"ios": "9.0"
},
"source_files": "CGLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}