| { |
| "name": "ImageAlertAction", |
| "version": "3.0.0", |
| "summary": "Image support for UIAlertAction", |
| "description": "ImageAlertAction adds image support to UIAlertAction.\nUse this to visually convey an action's purpose.", |
| "homepage": "https://github.com/BasThomas/ImageAlertAction", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/BasThomas/ImageAlertAction/master/assets/alert.png", |
| "https://raw.githubusercontent.com/BasThomas/ImageAlertAction/master/assets/actionsheet.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Bas Broek": "bas@basbroek.nl" |
| }, |
| "source": { |
| "git": "https://github.com/BasThomas/ImageAlertAction.git", |
| "tag": "3.0.0" |
| }, |
| "social_media_url": "https://twitter.com/basthomas", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_version": "5.0", |
| "source_files": "ImageAlertAction/Classes/**/*", |
| "frameworks": "UIKit" |
| } |