blob: b2000b772cfd20d0c01a39896c696a48123bb43a [file] [log] [blame]
{
"name": "RxNuke",
"version": "0.9",
"summary": "RxSwift extensions for Nuke",
"homepage": "https://github.com/kean/RxNuke",
"license": "MIT",
"authors": "Alexander Grebenyuk",
"source": {
"git": "https://github.com/kean/RxNuke.git",
"tag": "0.9"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"osx": "10.12",
"tvos": "10.0"
},
"module_name": "RxNuke",
"dependencies": {
"Nuke": [
"~> 7.0"
],
"RxSwift": [
"~> 5.0"
]
},
"source_files": "Source/**/*"
}