blob: 6fe78db7ca6b7c0b085e7e26250fc0f5747a8399 [file] [log] [blame]
{
"name": "PseudoConstraints",
"version": "1.0.2",
"summary": "Easy interface to set constraints programatically",
"description": "Pseudo Constraints lets you set constraints programatically with less code. Pseudo Constraints uses native Swift APIs at its core hence making it more efficient.",
"homepage": "https://github.com/pseudozain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pseudozain": "e.zainulabedin@gmail.com"
},
"source": {
"git": "https://github.com/pseudozain/PseudoConstraints.git",
"tag": "1.0.2"
},
"module_name": "PseudoConstraints",
"platforms": {
"ios": "11.4"
},
"swift_versions": "5.1",
"source_files": "PseudoConstraints/**/*.{swift}",
"static_framework": true,
"swift_version": "5.1"
}