| { |
| "name": "MaterialDialog", |
| "version": "1.1.1", |
| "summary": "A library of Material Design dialogs for iOS", |
| "description": "MaterialDialogs provides several types of dialogs and alerts for interacting with user. \nAll dialogues are created are shown to the user. Dialogs can also take user input and return feedback.", |
| "homepage": "https://github.com/codesworth/MaterialDialogs-iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Shadrach Mensah": "codezworth@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/sredhand", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/codesworth/MaterialDialogs-iOS.git", |
| "tag": "1.1.1" |
| }, |
| "source_files": "Material-Dialogs-iOS/Sources/**/*" |
| } |