blob: bf1d8c7e7bd4f8296029fdcbb7efad2bd0f503e3 [file] [log] [blame]
{
"name": "RxNuke",
"version": "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": "0.1"
},
"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": [
"~> 5.0"
],
"RxSwift": [
"~> 3.0"
]
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.0"
}