blob: 6ded2c0b4684f30f06d930636c8f03715a138b0c [file] [log] [blame]
{
"name": "LastMile",
"version": "0.1.1",
"summary": "Decodes data encoded in JSON to Swift objects",
"description": "Decodes JSON into objects, with simple, elegant syntax, flexible and resilient parsing, and insightful error reporting.",
"homepage": "https://github.com/jbelkins/LastMile-iOS",
"license": "MIT",
"authors": "Josh Elkins",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/jbelkins/LastMile-iOS.git",
"tag": "v0.1.1"
},
"source_files": [
"LastMile",
"LastMile/**/*.swift"
],
"frameworks": "Foundation",
"swift_version": "5.0"
}