blob: 0fd523b892549cd9490d72f07c25b7c315d28a3c [file] [log] [blame]
{
"name": "CopyOnWrite",
"version": "1.0.0",
"summary": "A μframework that makes implementing value semantics easy!",
"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!",
"homepage": "https://github.com/klundberg/CopyOnWrite",
"license": "MIT",
"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": "v1.0.0"
},
"source_files": "Sources/CopyOnWrite/*.swift",
"pushed_with_swift_version": "4.0"
}