[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / d / JSPhotoGallery / 1.0.1 / JSPhotoGallery.podspec.json
blob1403df010115ccdb50af4dba9f6f1fc2b7a8eaf3
2   "name": "JSPhotoGallery",
3   "version": "1.0.1",
4   "summary": "A library used to display images in a gallery view as well as in a thumbnail summary grid.",
5   "description": "I could not find another image viewer library that met all my needs. I decided to \n  create a basic image viewer that was customizable, easy to use, and had a full view as well\n  as a grid summary view of all the images as thumbnails",
6   "homepage": "http://raywenderlich.com",
7   "license": "MIT",
8   "authors": {
9     "Jason": "silver.jase@gmail.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/silverjason/JSPhotoGallery.git",
16     "tag": "1.0.1",
17     "branch": "master"
18   },
19   "source_files": [
20     "JSPhotoGallery/JSPhotoGallery.h",
21     "JSPhotoGallery/**/*.swift"
22   ],
23   "resources": [
24     "JSPhotoGallery/**/*.{storyboard,xib}"
25   ],
26   "public_header_files": [
27     "JSPhotoGallery/JSPhotoGallery.h"
28   ],
29   "dependencies": {
30     "Kingfisher": [
31       "~> 5.5.0"
32     ]
33   },
34   "swift_versions": "5",
35   "swift_version": "5"