4 "summary": "μframework encapsulating the `CopyOnWrite` type, to make implementing value semantics easy!",
5 "description": "μframework encapsulating the `CopyOnWrite` type, to make implementing value semantics easy!\nWrap your reference types in the `CopyOnWrite` struct and access the value from the `reference`\nand `mutatingReference` properties as appropriate, and your type will have proper value semantics!",
6 "homepage": "https://github.com/klundberg/CopyOnWrite",
12 "Kevin Lundberg": "kevin@klundberg.com"
14 "social_media_url": "http://twitter.com/kevlario",
22 "git": "https://github.com/klundberg/CopyOnWrite.git",
25 "source_files": "Sources/*.swift",
26 "pushed_with_swift_version": "3.0"