4 "summary": "A μframework that makes implementing value semantics easy!",
5 "description": "CopyOnWrite is a μframework that makes implementing value semantics easy!\nWrap your reference types in the `CopyOnWrite` struct and access the value from the\nappropriate accessor properties, and your type will have proper value semantics!",
6 "homepage": "https://github.com/klundberg/CopyOnWrite",
9 "Kevin Lundberg": "kevin@klundberg.com"
11 "social_media_url": "http://twitter.com/kevlario",
19 "git": "https://github.com/klundberg/CopyOnWrite.git",
22 "source_files": "Sources/CopyOnWrite/*.swift",
23 "pushed_with_swift_version": "4.0"