| { |
| "name": "ZoomableImageSlider", |
| "version": "0.1.1", |
| "summary": "ZoomableImageSlider is a simple iOS library for showing images from internet in form of slider", |
| "description": "ZoomableImageSlider is a simple iOS library for showing images in slider. It has following features-\n\nImages are zoomable by double tap and by panning the finger as well.\nImages are loaded from url (from internet).\nShows the image index as well.\nClose the carousel by simply swiping down", |
| "homepage": "https://github.com/vishwas00/ZoomableImageSlider", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vishwas Singh": "singh.vis00@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/vishwas00/ZoomableImageSlider.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ZoomableImageSlider/Classes/*", |
| "resource_bundles": { |
| "ZoomableImageSlider": [ |
| "ZoomableImageSlider/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.1" |
| } |