| { |
| "name": "RxEnumKit", |
| "version": "1.0.0", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.10" |
| }, |
| "summary": "Reactive extension for the EnumKit framework to enable easy working with observables streams of events as enum cases", |
| "swift_version": "5.0", |
| "description": "RxEnumKit is a library that gives you the ability to simply access, map, filter and flatMap an enum associated value, without having to use pattern matching, in a stream of enum cases.", |
| "requires_arc": true, |
| "license": { |
| "type": "MIT" |
| }, |
| "homepage": "https://www.pfrpg.net", |
| "authors": { |
| "Giuseppe Lanza": "gringoire986@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/gringoireDM/RxEnumKit.git", |
| "tag": "1.0.0" |
| }, |
| "dependencies": { |
| "EnumKit": [ |
| "~>1.0.0" |
| ], |
| "RxCocoa": [ |
| "~>5.0.0" |
| ] |
| }, |
| "source_files": "RxEnumKit/**/*.swift" |
| } |