[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / SafeDecoder / 1.1 / SafeDecoder.podspec.json
bloba97a3e668debbc473bf556aaa5dbf53f2ffd3f76
2   "name": "SafeDecoder",
3   "version": "1.1",
4   "summary": "A Codable extension to decode arrays and to catch & log all decoding failures",
5   "description": "SafeDecoder makes two improvements for Codable models:\nWhen decoding arrays it can skip over invalid objects, allowing your app to show just valid objects\nIt can also collect all the decoding errors and send them to your logging class or service",
6   "homepage": "https://github.com/IdleHandsApps/SafeDecoder/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "swift_version": "4.2",
17   "source": {
18     "git": "https://github.com/IdleHandsApps/SafeDecoder.git",
19     "tag": "1.1"
20   },
21   "source_files": "Sources/*.swift",
22   "frameworks": "UIKit",
23   "requires_arc": true