blob: 1403df010115ccdb50af4dba9f6f1fc2b7a8eaf3 [file] [log] [blame]
{
"name": "JSPhotoGallery",
"version": "1.0.1",
"summary": "A library used to display images in a gallery view as well as in a thumbnail summary grid.",
"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",
"homepage": "http://raywenderlich.com",
"license": "MIT",
"authors": {
"Jason": "silver.jase@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/silverjason/JSPhotoGallery.git",
"tag": "1.0.1",
"branch": "master"
},
"source_files": [
"JSPhotoGallery/JSPhotoGallery.h",
"JSPhotoGallery/**/*.swift"
],
"resources": [
"JSPhotoGallery/**/*.{storyboard,xib}"
],
"public_header_files": [
"JSPhotoGallery/JSPhotoGallery.h"
],
"dependencies": {
"Kingfisher": [
"~> 5.5.0"
]
},
"swift_versions": "5",
"swift_version": "5"
}