blob: 3846efdf904cd66e188c7efc6ff349de8016220c [file] [log] [blame]
{
"name": "Glideshow",
"version": "1.0.0",
"summary": "A slideshow written in Swift 5 that adds transitions to labels within a slide",
"description": "This library allows developers to stray away from conventionals slideshows by adding transitions to the labels within the Slides",
"homepage": "https://github.com/v15a1/Glideshow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Visal Rajapakse": "visalrajapakse@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/v15a1/Glideshow.git",
"tag": "1.0.0"
},
"source_files": [
"Glideshow",
"Glideshow/**/*.{h,m}"
],
"exclude_files": [
"GlideshowExample/**",
"GlideshowTests/**"
],
"swift_version": "5"
}