[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / a / UserDefaultsStore / 1.2.1 / UserDefaultsStore.podspec.json
blobe8c97ab9feebcb7e5c784705aafda53f7df9ea5c
2   "name": "UserDefaultsStore",
3   "version": "1.2.1",
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": "1.2.1"
19   },
20   "source_files": "Sources/**/*.swift",
21   "swift_version": "4.1",
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   }