[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 8 / Glideshow / 1.0.0 / Glideshow.podspec.json
blob3846efdf904cd66e188c7efc6ff349de8016220c
2   "name": "Glideshow",
3   "version": "1.0.0",
4   "summary": "A slideshow written in Swift 5 that adds transitions to labels within a slide",
5   "description": "This library allows developers to stray away from conventionals slideshows by adding transitions to the labels within the Slides",
6   "homepage": "https://github.com/v15a1/Glideshow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Visal Rajapakse": "visalrajapakse@gmail.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5",
18   "source": {
19     "git": "https://github.com/v15a1/Glideshow.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Glideshow",
24     "Glideshow/**/*.{h,m}"
25   ],
26   "exclude_files": [
27     "GlideshowExample/**",
28     "GlideshowTests/**"
29   ],
30   "swift_version": "5"