blob: 815df3233d0672562b03bb053a5570fa29e7579a [file] [log] [blame]
{
"name": "EnumKit",
"version": "1.1.1",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"summary": "Utility library to simplify working with enums in swift",
"swift_versions": "5.1",
"description": "EnumKit is a library that gives you the ability to simply access an enum associated value, without having to use pattern matching. It also offers many utilities available to other swift types, like updatability of an associated value and transformations.\n\nEnumKit comes with an extension of Sequence to extend functions like compactMap, flatMap, filter to Sequences of enums cases.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "https://www.pfrpg.net",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-weak_framework Combine"
},
"source": {
"git": "https://github.com/gringoireDM/EnumKit.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}