blob: 6d6fa813fec41f0ee0bdc150c4475cb8f6f99abe [file] [log] [blame]
{
"name": "RxKingfisher",
"version": "0.3.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.3.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"Kingfisher": [
"~> 4"
],
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
]
}
}