blob: 9de79c0679986dbc588c9b0220dfde777dc71938 [file] [log] [blame]
{
"name": "ChangeableCopy",
"version": "1.0.0",
"summary": "Convenient way to copy instances of Swift types with changed properties",
"homepage": "https://github.com/almazrafi/ChangeableCopy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Almaz Ibragimov": "almazrafi@gmail.com"
},
"source": {
"git": "https://github.com/almazrafi/ChangeableCopy.git",
"tag": "1.0.0"
},
"swift_versions": "5.1",
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"preserve_paths": "Misc/**/*",
"ios": {
"frameworks": "Foundation"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"osx": {
"frameworks": "Foundation"
},
"watchos": {
"frameworks": "Foundation"
},
"tvos": {
"frameworks": "Foundation"
},
"deprecated": true,
"swift_version": "5.1"
}