blob: 6e4ece2b0959a98f7f88cf907d8bb29c2a527716 [file] [log] [blame]
{
"name": "constraints-kit",
"version": "1.0.0",
"summary": "🏗 Declarative, Chainable & Lightweight Auto Layout constraints framework for iOS",
"description": "🏗 Declarative, Chainable & Lightweight Auto Layout constraints framework for iOS. The framework offers a rich set of methods for defining Auto Layout constraints (see Contents) without any other external dependencies.",
"homepage": "https://github.com/jVirus/constraints-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Astemir Eleev": "astemireleev@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jVirus/constraints-kit.git",
"tag": "1.0.0"
},
"source_files": "constraints-kit/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2"
}