[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / 8 / 5 / LastMile / 0.1.0 / LastMile.podspec.json
blob918ed12a1ffb97b9eeb2d7632fc036bae3d50635
2   "name": "LastMile",
3   "version": "0.1.0",
4   "summary": "Decodes data encoded in JSON to Swift objects",
5   "description": "Decodes JSON into objects, with simple, elegant syntax, flexible and resilient parsing, and insightful error reporting.",
6   "homepage": "https://github.com/jbelkins/LastMile-iOS",
7   "license": "MIT",
8   "authors": {
9     "Josh Elkins": "jelkins@arrive.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/jbelkins/LastMile-iOS.git",
18     "tag": "v0.1.0"
19   },
20   "source_files": [
21     "LastMile",
22     "LastMile/**/*.swift"
23   ],
24   "frameworks": "Foundation",
25   "swift_version": "5.0"