| { |
| "name": "FMConstraintSwitch", |
| "version": "0.0.4", |
| "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.4" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "public_header_files": "Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |