blob: e37f01c824c22e9dccb1de75b20ae026d7b5e397 [file] [log] [blame]
{
"name": "FMConstraintSwitch",
"version": "0.0.1",
"summary": "Add the ability to configure different states for constraints from the interface builder and trigger them from code",
"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.1"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}