| { |
| "name": "AURASlideshow", |
| "version": "1.0.0", |
| "summary": "Simple slideshow for in-app tutorials", |
| "description": "AURASlideshow provides an interface to display a sequence of images and associated text. Ideal for a tutorial inside an app. Suports swiping and Voice Over.", |
| "homepage": "https://github.com/alexaubry/AURASlideshow", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Alexis Aubry": "me@alexaubry.fr" |
| }, |
| "social_media_url": "https://twitter.com/_alexaubry", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/alexaubry/AURASlideshow.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "UIKit", |
| "module_name": "AURASlideshow", |
| "swift_version": "4.2" |
| } |