blob: 58b49bbf651beea50694d230fad315f94605389d [file] [log] [blame]
{
"name": "CopyOnWrite",
"version": "0.1.0",
"summary": "μframework encapsulating the `CopyOnWrite` type, to make implementing value semantics easy!",
"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!",
"homepage": "https://github.com/klundberg/CopyOnWrite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Lundberg": "kevin@klundberg.com"
},
"social_media_url": "http://twitter.com/kevlario",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/klundberg/CopyOnWrite.git",
"tag": "v0.1.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}