blob: f620f378e40530e5ea7d22e3839a1f288ab09369 [file] [log] [blame]
{
"name": "Burritos",
"version": "0.0.3",
"summary": "A collection of well tested Swift Property Wrappers.",
"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 ...",
"homepage": "https://github.com/guillermomuntaner/Burritos",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillermo Muntaner": "guillermomp87@gmail.com"
},
"source": {
"git": "https://github.com/guillermomuntaner/Burritos.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/guillermomp87",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"subspecs": [
{
"name": "AtomicWrite",
"source_files": "Sources/AtomicWrite/*",
"frameworks": "Foundation"
},
{
"name": "Clamping",
"source_files": "Sources/Clamping/*"
},
{
"name": "Copying",
"source_files": "Sources/Copying/*",
"frameworks": "Foundation"
},
{
"name": "DefaultValue",
"source_files": "Sources/DefaultValue/*"
},
{
"name": "DynamicUIColor",
"source_files": "Sources/DynamicUIColor/*",
"ios": {
"frameworks": "UIKit"
}
},
{
"name": "EnvironmentVariable",
"source_files": "Sources/EnvironmentVariable/*",
"ios": {
"frameworks": "Foundation"
}
},
{
"name": "Expirable",
"source_files": "Sources/Expirable/*",
"frameworks": "Foundation"
},
{
"name": "LateInit",
"source_files": "Sources/LateInit/*"
},
{
"name": "Lazy",
"source_files": "Sources/Lazy/*"
},
{
"name": "LazyConstant",
"source_files": "Sources/LazyConstant/*"
},
{
"name": "Trimmed",
"source_files": "Sources/Trimmed/*",
"frameworks": "Foundation"
},
{
"name": "UndoRedo",
"source_files": "Sources/UndoRedo/*",
"frameworks": "Foundation"
},
{
"name": "UserDefault",
"source_files": "Sources/UserDefault/*",
"frameworks": "Foundation"
}
],
"swift_version": "5.1"
}