| { |
| "name": "Swift-Prompts", |
| "version": "1.0.0", |
| "summary": "A Swift library to design custom prompts with a great scope of options to choose from.", |
| "homepage": "https://github.com/GabrielAlva/Swift-Prompts", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Gabriel Alvarado": "gabrielle.alva@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/GabrielAlva/Swift-Prompts.git", |
| "tag": "v1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Swift-Prompts/*.{swift}" |
| } |