blob: b56bfed0d62fe8db48084d7ad76216f32ce53c24 [file] [log] [blame]
{
"name": "CodableLocal",
"version": "1.0.0",
"summary": "Extend UserDefaults to set and get methods that work with any Codable(Encodable & Decodable) conforming types",
"swift_versions": "5",
"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.",
"homepage": "https://github.com/bithavoc/CodableLocal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bithavoc": "im@bithavoc.io"
},
"source": {
"git": "https://github.com/bithavoc/CodableLocal.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/bithavoc",
"platforms": {
"ios": "8",
"osx": "10.9",
"watchos": "3.0"
},
"source_files": "CodableLocal/Classes/**/*",
"swift_version": "5"
}