[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 8 / d / ZippyJSON / 1.2.0 / ZippyJSON.podspec.json
blob659717374b5ea56f704d80531f2376b2d8773456
2   "name": "ZippyJSON",
3   "version": "1.2.0",
4   "summary": "A ~4x faster, drop-in replacement for JSONDecoder",
5   "description": "ZippyJSON is a very fast library for converting JSON into Swift objects. It is feature-complete, so just use s/JSONDecoder/ZippyJSONDecoder to incorporate it into your app.",
6   "homepage": "https://github.com/michaeleisel/ZippyJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "michaeleisel": "michael.eisel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/michaeleisel/ZippyJSON.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13"
21   },
22   "source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
23   "dependencies": {
24     "ZippyJSONCFamily": [
25       "1.2.0"
26     ],
27     "JJLISO8601DateFormatter": [
28       "~> 0.1.2"
29     ]
30   },
31   "swift_versions": "5.0",
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Tests/**/*.{swift,h,m}",
37       "resources": "Tests/**/*.json"
38     }
39   ],
40   "swift_version": "5.0"