| { |
| "name": "EliminationMenu", |
| "version": "0.2.0", |
| "summary": "Some kind of menu that eliminates all values which were not selected.", |
| "authors": { |
| "Roman Gille": "developer@romangille.com" |
| }, |
| "homepage": "https://github.com/r-dent/EliminationMenu", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/r-dent/EliminationMenu.git", |
| "tag": "v0.2.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "8" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |