blob: e621865e6adf042c79f95d638214dda81a18ff05 [file] [log] [blame]
{
"name": "FMConstraintSwitch",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}