[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / b / 6 / ZoomableImageSlider / 1.0.0 / ZoomableImageSlider.podspec.json
blob60b2f315a5914861baf67e248f171bafa59b6240
2   "name": "ZoomableImageSlider",
3   "version": "1.0.0",
4   "summary": "ZoomableImageSlider is a simple iOS library for showing images from url 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\nSupport for all device orientations",
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": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/vishwas00",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ZoomableImageSlider/Classes/*",
23   "resource_bundles": {
24     "ZoomableImageSlider": [
25       "ZoomableImageSlider/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "Kingfisher": [
31     ]
32   },
33   "pushed_with_swift_version": "3.1"