blob: 65df4aed3873c6b0dac443eee72603c3d968af3e [file] [log] [blame]
{
"name": "RxImageView",
"version": "0.1.8",
"summary": "Reactive UIImageView extension with SDWebImage",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Arnoymous/RxImageView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arnoymous": "ineox@me.com"
},
"source": {
"git": "https://github.com/Arnoymous/RxImageView.git",
"tag": "0.1.8"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "RxImageView/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"deprecated": true
}