blob: 2602054ece307805f94c4922b174cad61937c449 [file] [log] [blame]
{
"name": "RxKingfisher",
"version": "0.1.1",
"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",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxKingfisher.git",
"tag": "0.1.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.0",
"dependencies": {
"Kingfisher": [
"~> 4"
],
"RxSwift": [
"~> 4"
]
}
}