blob: fc440c39bc4586cb8cb62eb55ba153652143235e [file] [log] [blame]
{
"name": "RxNuke",
"version": "0.6",
"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.6"
},
"social_media_url": "https://twitter.com/a_grebenyuk",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"osx": "10.11",
"tvos": "9.0"
},
"module_name": "RxNuke",
"dependencies": {
"Nuke": [
"~> 7.0"
],
"RxSwift": [
"~> 4.0"
]
},
"source_files": "Source/**/*"
}