blob: 140a6c609b8e67c90226ee3aef26508f11b25c32 [file] [log] [blame]
{
"name": "JSONReader",
"version": "0.1",
"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.1"
},
"source_files": "JSONReader/JSONReader/*.swift"
}