[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 6 / EnumKit / 1.1.0 / EnumKit.podspec.json
blob85bd7a92eb75681bddc30e045ce1513a738c8832
2   "name": "EnumKit",
3   "version": "1.1.0",
4   "platforms": {
5     "ios": "10.0",
6     "osx": "10.10"
7   },
8   "summary": "Utility library to simplify working with enums in swift",
9   "swift_version": "5.1",
10   "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.",
11   "requires_arc": true,
12   "license": {
13     "type": "MIT"
14   },
15   "homepage": "https://www.pfrpg.net",
16   "authors": {
17     "Giuseppe Lanza": "gringoire986@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/gringoireDM/EnumKit.git",
21     "tag": "1.1.0"
22   },
23   "source_files": "Sources/**/*.swift"