blob: 8c41042efe81fa8fe2d8ff0eaf30932108a6736a [file] [log] [blame]
{
"name": "GNImageCollection",
"version": "0.1.2",
"summary": "Shows image(s) with zooming, saving and sharing capabilities.",
"description": "This library can be used to show a collection view of images, either modally, in a navigation controller or as a subview, where they can be zoomed, saved or shared.",
"homepage": "https://github.com/nicolaouG/GNImageCollection",
"screenshots": "https://raw.githubusercontent.com/nicolaouG/GNImageCollection/master/imagesCollection_podspec.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"george": "georgios.nicolaou92@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/nicolaouG/GNImageCollection.git",
"tag": "0.1.2"
},
"source_files": "GNImageCollection/**/*.{h,m,swift}",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5"
}