blob: 54f0aef8c2248945a98a2ce733dbd8131de63251 [file] [log] [blame]
{
"name": "SKPhotoBrowser-Kingfisher",
"version": "1.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": "1.0.0"
},
"social_media_url": "https://twitter.com/gewill_org",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift",
"dependencies": {
"Kingfisher": [
"~> 4.0"
],
"SKPhotoBrowser": [
"~> 5.0"
]
},
"frameworks": "UIKit"
}
]
}