blob: c555cd7fbc3e10815d7ee5044d1ca4b95ff34ccf [file] [log] [blame]
{
"name": "FMConstraintSwitch",
"version": "0.0.6",
"summary": "Easier modification of constraints to define different states of the view hierarchy",
"homepage": "https://github.com/fer662/FMConstraintSwitch",
"license": "MIT",
"authors": {
"Fernando Mazzon": "fer662@gmail.com"
},
"source": {
"git": "https://github.com/fer662/FMConstraintSwitch.git",
"tag": "0.0.6"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}