[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 1 / 6 / e / json-enum / 1.2.1 / json-enum.podspec.json
blob3cc6b9e06576acbc262e303fd4d9152dd05fdcd7
2   "name": "json-enum",
3   "version": "1.2.1",
4   "summary": "Parsing JSON to Swift enum parsing library",
5   "description": "Representing a JSON using an enumerated type makes it easy and type safe.",
6   "homepage": "https://github.com/advantagefse/json-logic-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christos Koninis": "c.koninis@afse.eu"
13   },
14   "source": {
15     "git": "https://github.com/advantagefse/json-logic-swift.git",
16     "tag": "json-enum-1.2.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "10.0",
21     "watchos": "2.0",
22     "osx": "10.12"
23   },
24   "cocoapods_version": ">= 1.6.1",
25   "swift_versions": "5",
26   "frameworks": "Foundation",
27   "source_files": "Sources/JSON/*.swift",
28   "module_name": "JSON",
29   "swift_version": "5"