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