blob: 46722a09fadbb201800d31f88148581834136e68 [file] [log] [blame]
{
"name": "SKPhotoBrowser-Kingfisher",
"version": "2.0.0",
"summary": "Use SKPhotoBrowser, download and cache image by Kingfisher.",
"description": "Use SKPhotoBrowser, download and cache image by Kingfisher.\nInstructions on how to use it are in\n[the README](https://github.com/gewill/SKPhotoBrowser-Kingfisher).",
"homepage": "https://github.com/gewill/SKPhotoBrowser-Kingfisher",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Ge Will": "531sunlight@gmail.com"
},
"source": {
"git": "https://github.com/gewill/SKPhotoBrowser-Kingfisher.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/gewill_org",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Kingfisher": [
"~> 5.2.0"
],
"SKPhotoBrowser": [
"~> 6.1.0"
]
},
"frameworks": "UIKit"
}
]
}