[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 8 / 5 / LastMile / 0.0.1 / LastMile.podspec.json
blob6422ccaf2d5711c07d263ed1933fc397f68e5cf3
2   "name": "LastMile",
3   "version": "0.0.1",
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_version": "4.2",
16   "source": {
17     "git": "https://github.com/jbelkins/LastMile-iOS.git",
18     "tag": "v0.0.1"
19   },
20   "source_files": [
21     "LastMile",
22     "LastMile/**/*.swift"
23   ],
24   "frameworks": "Foundation"