[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / d / e / GenericUserDefaults / 1.0.3 / GenericUserDefaults.podspec.json
bloba4201342ee2b649ef4e9962a6a9cb112446bd4ac
2   "name": "GenericUserDefaults",
3   "version": "1.0.3",
4   "summary": "A generic UserDefaults wrapper.",
5   "description": "GenericUserDefaults is a wrapper around the UserDefaults object to make properties accessible without having to paste the string keys everywhere throughout your project. It allows you to set and get values from the user defaults from anywhere.",
6   "homepage": "https://github.com/lc-asad/GenericUserDefaults",
7   "license": "MIT",
8   "authors": {
9     "Asad Ullah": "asad_622@hotmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/lc-asad/GenericUserDefaults.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "GenericUserDefaults/**/*.{swift}"