| { |
| "name": "RxNuke", |
| "version": "0.8", |
| "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.8" |
| }, |
| "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": [ |
| "~> 7.0" |
| ], |
| "RxSwift": [ |
| "~> 4.0" |
| ] |
| }, |
| "source_files": "Source/**/*" |
| } |