[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / d / e / GenericUserDefaults / 1.0.0 / GenericUserDefaults.podspec.json
blob36a04ff3959be735b27eac55055a687c5315e3a9
2   "name": "GenericUserDefaults",
3   "version": "1.0.0",
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": "13.0"
13   },
14   "source": {
15     "git": "https://github.com/lc-asad/GenericUserDefaults.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "GenericUserDefaults/**/*"