[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / a / UserDefaultsStore / 2.0.0 / UserDefaultsStore.podspec.json
bloba85f3a0854d4ceb5cae6fb3c9c8600ae9a8dd4d1
2   "name": "UserDefaultsStore",
3   "version": "2.0.0",
4   "summary": "Why not use UserDefaults to store Codable objects ðŸ˜‰",
5   "description": "You love Swift\"s Codable protocol and use it everywhere, here is an easy and very light way to store - reasonable amount ðŸ˜… - of Codable objects, in a couple lines of code.",
6   "homepage": "https://github.com/omaralbeik/UserDefaultsStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "social_media_url": "http://twitter.com/omaralbeik",
12   "authors": {
13     "Omar Albeik": "https://twitter.com/omaralbeik"
14   },
15   "module_name": "UserDefaultsStore",
16   "source": {
17     "git": "https://github.com/omaralbeik/UserDefaultsStore.git",
18     "tag": "2.0.0"
19   },
20   "source_files": "Sources/**/*.swift",
21   "swift_versions": [
22     "5.1",
23     "5.2"
24   ],
25   "requires_arc": true,
26   "platforms": {
27     "ios": "13.0",
28     "osx": "10.15",
29     "tvos": "13.0",
30     "watchos": "6.0"
31   },
32   "swift_version": "5.2"