blob: 926df91dfeb364582ba03b1dff95f15e297a7df9 [file] [log] [blame]
{
"name": "PropertyWrapper",
"version": "0.0.3",
"platforms": {
"ios": "11.0"
},
"license": "MIT",
"homepage": "https://github.com/iwheelbuy/PropertyWrapper",
"authors": {
"iwheelbuy": "iwheelbuy@protonmail.com"
},
"source": {
"git": "https://github.com/iwheelbuy/PropertyWrapper.git",
"tag": "0.0.3"
},
"summary": "Collection of useful Swift PropertyWrappers",
"cocoapods_version": ">= 1.8.4",
"source_files": "Source/**/*.swift",
"swift_versions": [
"5.1"
],
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": "Source/**/*.swift"
},
{
"name": "Pretty",
"source_files": [
"Source/**/*.swift",
"Pretty.swift"
]
}
],
"swift_version": "5.1"
}