blob: 1a08e1ef4ea94f78acfcab0336abf0496c92949e [file] [log] [blame]
{
"name": "SCLayoutKit",
"version": "1.0.0",
"summary": "SCLayoutKit is autolayout helper kit",
"description": "SCLayoutKit aim to\n* Chainning property Attributes",
"homepage": "https://github.com/interactord/SCLayoutKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Scoon Moon": "interactord@gmail.com"
},
"platforms": {
"ios": "12.2"
},
"swift_version": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source": {
"git": "https://github.com/interactord/SCLayoutKit.git",
"tag": "1.0.0"
},
"source_files": "SCLayoutKit/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}