blob: b5f08ef2c51da31cf61c6cd667a59b57d25f2a2c [file] [log] [blame]
{
"name": "RxNuke",
"version": "0.12.0",
"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.12.0"
},
"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": [
"~> 8.0"
],
"RxSwift": [
"~> 5.1.0"
]
},
"source_files": "Source/**/*"
}