blob: abf977cc9130716e1604d1b11b9f1629d1c0649b [file] [log] [blame]
{
"name": "JSONLookup",
"version": "0.0.1",
"summary": "Lookup JSON member values with typesafe dynamic member lookup syntax.",
"homepage": "https://github.com/loudmouth/JSONLookup",
"swift_version": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Wright": "jp@contentful.com"
},
"source": {
"git": "https://github.com/loudmouth/JSONLookup.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "Sources/JSONLookup/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
}
}