blob: 9e206528857718b7422310855ce33e6b3437c2db [file] [log] [blame]
{
"name": "SnapKitten",
"version": "1.3.0",
"summary": "A library based on SnapKit and Constraint system. It try to simplify the linear case of UI Constraint",
"description": "A library based on SnapKit and Constraint system. It try to simplify the linear case of UI Constraint\n Future would create a android equalivalent.",
"homepage": "https://github.com/springwong/SnapKitten",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Spring Wong": "rudolphwong2002@gmail.com"
},
"source": {
"git": "https://github.com/springwong/SnapKitten.git",
"tag": "1.3.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "SnapKitten/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
}
}