[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / f / d / CodableLocal / 1.0.0 / CodableLocal.podspec.json
blobb56bfed0d62fe8db48084d7ad76216f32ce53c24
2   "name": "CodableLocal",
3   "version": "1.0.0",
4   "summary": "Extend UserDefaults to set and get methods that work with any Codable(Encodable & Decodable) conforming types",
5   "swift_versions": "5",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "bithavoc": "im@bithavoc.io"
14   },
15   "source": {
16     "git": "https://github.com/bithavoc/CodableLocal.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/bithavoc",
20   "platforms": {
21     "ios": "8",
22     "osx": "10.9",
23     "watchos": "3.0"
24   },
25   "source_files": "CodableLocal/Classes/**/*",
26   "swift_version": "5"