4 "summary": "A collection of well tested Swift Property Wrappers.",
5 "description": "A collection of well tested Swift Property Wrappers.\n * @AtomicWrite\n * @Clamping\n * @Copying\n * @DefaultValue\n * @DynamicUIColor\n * @Expirable\n * @LateInit\n * @Lazy\n * @LazyConstant\n * @Trimmed\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",
31 "name": "AtomicWrite",
32 "source_files": "Sources/AtomicWrite/*",
33 "frameworks": "Foundation"
37 "source_files": "Sources/Clamping/*"
41 "source_files": "Sources/Copying/*",
42 "frameworks": "Foundation"
45 "name": "DefaultValue",
46 "source_files": "Sources/DefaultValue/*"
49 "name": "DynamicUIColor",
50 "source_files": "Sources/DynamicUIColor/*",
56 "name": "EnvironmentVariable",
57 "source_files": "Sources/EnvironmentVariable/*",
59 "frameworks": "Foundation"
64 "source_files": "Sources/Expirable/*",
65 "frameworks": "Foundation"
69 "source_files": "Sources/LateInit/*"
73 "source_files": "Sources/Lazy/*"
76 "name": "LazyConstant",
77 "source_files": "Sources/LazyConstant/*"
81 "source_files": "Sources/Trimmed/*",
82 "frameworks": "Foundation"
86 "source_files": "Sources/UndoRedo/*",
87 "frameworks": "Foundation"
90 "name": "UserDefault",
91 "source_files": "Sources/UserDefault/*",
92 "frameworks": "Foundation"
95 "swift_version": "5.1"