| { |
| "name": "JNPhotosViewer", |
| "version": "1.0.3", |
| "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": "5.0", |
| "source": { |
| "git": "https://github.com/JNDisrupter/JNPhotosViewer.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": "JNPhotosViewer/**/*.swift", |
| "resources": "JNPhotosViewer/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,ttf}", |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 5.0.2" |
| ] |
| } |
| } |