[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / b / 6 / ZoomableImageSlider / 0.1.1 / ZoomableImageSlider.podspec.json
blob06a5142c261d5b1fb14307c492ef6b8f121a21cf
2   "name": "ZoomableImageSlider",
3   "version": "0.1.1",
4   "summary": "ZoomableImageSlider is a simple iOS library for showing images from internet in form of slider",
5   "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",
6   "homepage": "https://github.com/vishwas00/ZoomableImageSlider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vishwas Singh": "singh.vis00@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vishwas00/ZoomableImageSlider.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZoomableImageSlider/Classes/*",
22   "resource_bundles": {
23     "ZoomableImageSlider": [
24       "ZoomableImageSlider/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "SDWebImage": [
30     ]
31   },
32   "pushed_with_swift_version": "3.1"