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