blob: 675bb0413fdc52c411c7eeae7389aa98fcd6b085 [file] [log] [blame]
{
"name": "Partial",
"version": "1.0.3",
"summary": "Type-safe wrapper to make a type's properties optional",
"description": "Type-safe wrapper to make a type's properties optional, with extra convenience for creating instances, unwrapping individual properties, and building an instance with multiple pieces of code contributing values",
"homepage": "https://github.com/JosephDuffy/Partial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Joseph Duffy",
"source": {
"git": "https://github.com/JosephDuffy/Partial.git",
"tag": "v1.0.3"
},
"source_files": "Sources/Partial/*.swift",
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}