blob: 1760e6d47326f08b09ac126582bad07c52dcee69 [file] [log] [blame]
{
"name": "RxImageView",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/arnauddorgans",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "RxImageView/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 4.1.0"
],
"RxSwift": [
"~> 3.6.1"
],
"RxCocoa": [
"~> 3.6.1"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}