blob: c67c4a3b64cf9d5cb04fbc34adb9abd059a7128e [file] [log] [blame]
{
"name": "JSONReader",
"version": "0.2",
"summary": "JSONReader is a handy class for type checked access to JSON data using JSON paths.",
"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.",
"homepage": "https://github.com/benedictc/SwiftJSONReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benedict Cohen": "ben@benedictcohen.co.uk"
},
"social_media_url": "https://twitter.com/BenedictC",
"platforms": {
"ios": "8.0",
"osx": "10.12",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/benedictc/SwiftJSONReader.git",
"tag": "0.2"
},
"source_files": "JSONReader/JSONReader/*.swift"
}