[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 9 / 4 / 8 / SafeDecoder / 1.2 / SafeDecoder.podspec.json
blobd1dca52eed331713b9bd651b4a60f5859ecf39d7
2   "name": "SafeDecoder",
3   "version": "1.2",
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": "5.0",
17   "source": {
18     "git": "https://github.com/IdleHandsApps/SafeDecoder.git",
19     "tag": "1.2"
20   },
21   "source_files": "Sources/*.swift",
22   "frameworks": "UIKit",
23   "requires_arc": true