[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / 4 / KFImageViewer / 1.0.0 / KFImageViewer.podspec.json
blob1bdc45b0aa0e3ce2fb349662c5eee52c6117d93b
2   "name": "KFImageViewer",
3   "version": "1.0.0",
4   "summary": "KFImageViewer written in Swift with download progress, circular scrolling, timer and full screen viewer",
5   "description": "KFImageViewer is a Kingfisher supported Swift library providing customizable image viewer with download progress, circular scrolling, timer and full screen viewer and extendable image source.",
6   "homepage": "https://github.com/faisalazeez/KFImageViewer",
7   "swift_version": "4.0",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "faisalazeez": "faisalazeez7@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/faisalazeez/KFImageViewer.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Core/**/*",
28       "resources": "Core/Resources/*.png"
29     },
30     {
31       "name": "Kingfisher",
32       "dependencies": {
33         "KFImageViewer/Core": [
35         ],
36         "Kingfisher": [
37           "> 4.0"
38         ]
39       },
40       "source_files": "Kingfisher/KingfisherSource.swift"
41     }
42   ]