4 "summary": "A collection of well tested Swift Property Wrappers.",
5 "description": "A collection of well tested Swift Property Wrappers.\n * @AtomicWrite\n * @Copying\n * @DynamicUIColor\n * @Expirable\n * @LateInit\n * @Lazy\n * @UndoRedo\n * @UserDefault\n * More coming ...",
6 "homepage": "https://github.com/guillermomuntaner/Burritos",
12 "Guillermo Muntaner": "guillermomp87@gmail.com"
15 "git": "https://github.com/guillermomuntaner/Burritos.git",
18 "social_media_url": "https://twitter.com/guillermomp87",
25 "swift_versions": "5.1",
26 "swift_version": "5.1",
29 "name": "AtomicWrite",
30 "source_files": "Sources/AtomicWrite/*",
31 "frameworks": "Foundation"
35 "source_files": "Sources/Copying/*",
36 "frameworks": "Foundation"
39 "name": "DynamicUIColor",
40 "source_files": "Sources/DynamicUIColor/*",
47 "source_files": "Sources/Expirable/*",
48 "frameworks": "Foundation"
52 "source_files": "Sources/LateInit/*"
56 "source_files": "Sources/Lazy/*"
60 "source_files": "Sources/UndoRedo/*",
61 "frameworks": "Foundation"
64 "name": "UserDefault",
65 "source_files": "Sources/UserDefault/*",
66 "frameworks": "Foundation"