blob: 2bf614ecb4d2bdf5911d3758aacbedca38c64cc9 [file] [log] [blame]
{
"name": "Burritos",
"version": "0.0.2",
"summary": "A collection of well tested Swift Property Wrappers.",
"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 ...",
"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.2"
},
"social_media_url": "https://twitter.com/guillermomp87",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"swift_versions": "5.1",
"swift_version": "5.1",
"subspecs": [
{
"name": "AtomicWrite",
"source_files": "Sources/AtomicWrite/*",
"frameworks": "Foundation"
},
{
"name": "Copying",
"source_files": "Sources/Copying/*",
"frameworks": "Foundation"
},
{
"name": "DynamicUIColor",
"source_files": "Sources/DynamicUIColor/*",
"ios": {
"frameworks": "UIKit"
}
},
{
"name": "Expirable",
"source_files": "Sources/Expirable/*",
"frameworks": "Foundation"
},
{
"name": "LateInit",
"source_files": "Sources/LateInit/*"
},
{
"name": "Lazy",
"source_files": "Sources/Lazy/*"
},
{
"name": "UndoRedo",
"source_files": "Sources/UndoRedo/*",
"frameworks": "Foundation"
},
{
"name": "UserDefault",
"source_files": "Sources/UserDefault/*",
"frameworks": "Foundation"
}
]
}