[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 8 / d / ZippyJSON / 1.2.15 / ZippyJSON.podspec.json
blob22a158c633c5bef37c6b9f5f98cb4f11d2aad9cc
2   "name": "ZippyJSON",
3   "version": "1.2.15",
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.15"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "12.0",
21     "osx": "10.13"
22   },
23   "source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
24   "dependencies": {
25     "ZippyJSONCFamily": [
26       "1.2.9"
27     ],
28     "JJLISO8601DateFormatter": [
29       "0.1.8"
30     ]
31   },
32   "swift_versions": "5.0",
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "Tests/ZippyJSONTests/**/*.{swift,h,m}",
38       "resources": "Tests/ZippyJSONTests/**/*.json"
39     }
40   ],
41   "swift_version": "5.0"