[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 6 / e / json-enum / 1.0.0 / json-enum.podspec.json
blob6f694f1ba12fb36b707f8c4a794a83c64dd6ab56
2   "name": "json-enum",
3   "version": "1.0.0",
4   "summary": "Parsing JSON to Swift enum parsing library",
5   "description": "Representing a JSON using a enumerated type makes it easy and type safe.",
6   "homepage": "https://github.com/advantagefse/json-logic-swift",
7   "license": {
8     "type": "LGPL",
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.0.0"
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   "frameworks": "Foundation",
26   "source_files": "Sources/JSON/*.swift",
27   "module_name": "JSON"