[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / d / 9 / CopyOnWrite / 0.1.0 / CopyOnWrite.podspec.json
blob58b49bbf651beea50694d230fad315f94605389d
2   "name": "CopyOnWrite",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Lundberg": "kevin@klundberg.com"
13   },
14   "social_media_url": "http://twitter.com/kevlario",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/klundberg/CopyOnWrite.git",
23     "tag": "v0.1.0"
24   },
25   "source_files": "Sources/*.swift",
26   "pushed_with_swift_version": "3.0"