[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 8 / SafeDecoder / 1.0 / SafeDecoder.podspec.json
blob1888edebd2c2ad28fa4baf554109c94387e08aa3
2   "name": "SafeDecoder",
3   "version": "1.0",
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.0"
20   },
21   "source_files": "Sources/*.swift",
22   "frameworks": "UIKit",
23   "requires_arc": true