blob: 05e803add4d8bd785a2a3d9f118dd9530ad25606 [file] [log] [blame]
{
"name": "RxEnumKit",
"version": "1.0.2",
"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_versions": "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.2"
},
"dependencies": {
"EnumKit": [
"~>1.1.1"
],
"RxCocoa": [
"~>5.0.0"
]
},
"source_files": "RxEnumKit/**/*.swift",
"swift_version": "5.0"
}