| { |
| "name": "SwiftKeepLayout", |
| "version": "0.2.0", |
| "summary": "SwiftKeepLayout add some handy attributes to KeepLayout for swift usage.", |
| "description": "SwiftKeepLayout add some handy attributes to KeepLayout for swift usage.\nYou can use .vEqual rather than .equal and then give Int, Double or Tuple of Int/Double to set value and priority of constraints.", |
| "homepage": "https://github.com/AncAinu/SwiftKeepLayout", |
| "license": "MIT", |
| "authors": { |
| "Tancrède Chazallet (AncAinu)": "contact@ancainu.com" |
| }, |
| "source": { |
| "git": "https://github.com/AncAinu/SwiftKeepLayout.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*" |
| } |