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