blob: eea7ea5ba9c8b04fc6ba2319cda910b9b33c0c81 [file] [log] [blame]
{
"name": "JNPhotosViewer",
"version": "1.0.1",
"summary": "summery of JNPhotosViewer.",
"description": "Library for viewing multiple images with animation for presenting and dismissing.",
"homepage": "https://github.com/JNDisrupter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jayel Zaghmoutt": "eng.jayel.z@gmail.com",
"Mohammad Nabulsi": "mohammad.s.nabulsi@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/JNDisrupter/JNPhotosViewer.git",
"tag": "1.0.1"
},
"source_files": "JNPhotosViewer/**/*.swift",
"resources": "JNPhotosViewer/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,ttf}",
"dependencies": {
"SDWebImage": [
"~> 4.4.2"
]
}
}