| { |
| "name": "Partial", |
| "version": "0.1.0", |
| "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": "v0.1.0" |
| }, |
| "source_files": "Sources/Partial/*.swift", |
| "platforms": { |
| "ios": "8.0" |
| } |
| } |