blob: 1888edebd2c2ad28fa4baf554109c94387e08aa3 [file] [log] [blame]
{
"name": "SafeDecoder",
"version": "1.0",
"summary": "A Codable extension to decode arrays and to catch & log all decoding failures",
"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",
"homepage": "https://github.com/IdleHandsApps/SafeDecoder/",
"license": {
"type": "MIT"
},
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/IdleHandsApps/SafeDecoder.git",
"tag": "1.0"
},
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}