blob: 1bdc45b0aa0e3ce2fb349662c5eee52c6117d93b [file] [log] [blame]
{
"name": "KFImageViewer",
"version": "1.0.0",
"summary": "KFImageViewer written in Swift with download progress, circular scrolling, timer and full screen viewer",
"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.",
"homepage": "https://github.com/faisalazeez/KFImageViewer",
"swift_version": "4.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"faisalazeez": "faisalazeez7@gmail.com"
},
"source": {
"git": "https://github.com/faisalazeez/KFImageViewer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Core/**/*",
"resources": "Core/Resources/*.png"
},
{
"name": "Kingfisher",
"dependencies": {
"KFImageViewer/Core": [
],
"Kingfisher": [
"> 4.0"
]
},
"source_files": "Kingfisher/KingfisherSource.swift"
}
]
}