blob: eb48679ae6392cb57e750e88b09415a5fa530a32 [file] [log] [blame]
{
"name": "RxKingfisher",
"version": "1.0.0",
"summary": "Reactive extension for the Kingfisher image downloading and caching library",
"description": "Reactive extension for the Kingfisher image downloading and caching library",
"homepage": "https://github.com/RxSwiftCommunity/RxKingfisher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shai Mishali": "freak4pc@gmail.com"
},
"social_media_url": "https://raw.githubusercontent.com/RxSwiftCommunity/RxKingfisher/master/Images/logo.png",
"source": {
"git": "https://github.com/RxSwiftCommunity/RxKingfisher.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
},
"dependencies": {
"Kingfisher": [
"~> 5"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "5.0"
}