2 "name": "CodableLocal",
4 "summary": "Extend UserDefaults to set and get methods that work with any Codable(Encodable & Decodable) conforming types",
6 "description": "This pod extends UserDefaults with methods to quickly save and retrieve Codables(Encodable & Decodable) conforming values,\nthis allows you to never have to create these extensions again.",
7 "homepage": "https://github.com/bithavoc/CodableLocal",
13 "bithavoc": "im@bithavoc.io"
16 "git": "https://github.com/bithavoc/CodableLocal.git",
19 "social_media_url": "https://twitter.com/bithavoc",
25 "source_files": "CodableLocal/Classes/**/*",