blob: 50545426efdbf2b1cf5893a72324e9dafd53a720 [file] [log] [blame]
{
"name": "RxNuke",
"version": "0.10",
"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.10"
},
"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.0"
]
},
"source_files": "Source/**/*"
}