[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / a / e / JSONDecoder / 0.0.1 / JSONDecoder.podspec.json
blob3ecdd60ff2d60a4a3191edd8445cc5c440b630d3
2   "name": "JSONDecoder",
3   "version": "0.0.1",
4   "summary": "Simple JSON parser written in Swift.",
5   "description": "A simple JSON parser written in Swift.",
6   "homepage": "https://github.com/asoderman/JSONDecoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Soderman": "asoderman.as@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/asoderman/JSONDecoder.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "JSONDecoder/*.{h,swift}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "pushed_with_swift_version": "4.0"