[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 7 / 6 / e / JSONReader / 0.4 / JSONReader.podspec.json
blob0bf6b91142bcc041fad6b655f476fb35072482fa
2   "name": "JSONReader",
3   "version": "0.4",
4   "summary": "JSONReader is a handy class for type checked access to JSON data using JSON paths.",
5   "description": "JSONReader provides type checked access to a JSON object using JSON paths. JSONReader reduces the amount of boiler plate code required to safely handle JSON and makes it easy to handle errors.",
6   "homepage": "https://github.com/benedictc/SwiftJSONReader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benedict Cohen": "ben@benedictcohen.co.uk"
13   },
14   "social_media_url": "https://twitter.com/BenedictC",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.12",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/benedictc/SwiftJSONReader.git",
23     "tag": "0.4"
24   },
25   "source_files": "JSONReader/JSONReader/*.swift"