blob: 918ed12a1ffb97b9eeb2d7632fc036bae3d50635 [file] [log] [blame]
{
"name": "LastMile",
"version": "0.1.0",
"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": "jelkins@arrive.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/jbelkins/LastMile-iOS.git",
"tag": "v0.1.0"
},
"source_files": [
"LastMile",
"LastMile/**/*.swift"
],
"frameworks": "Foundation",
"swift_version": "5.0"
}