[Add] RegulaCommonNightly 7.5.902
[CocoaPods.git] / Specs / a / d / 9 / CopyOnWrite / 1.0.0 / CopyOnWrite.podspec.json
blob0fd523b892549cd9490d72f07c25b7c315d28a3c
2   "name": "CopyOnWrite",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Kevin Lundberg": "kevin@klundberg.com"
10   },
11   "social_media_url": "http://twitter.com/kevlario",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/klundberg/CopyOnWrite.git",
20     "tag": "v1.0.0"
21   },
22   "source_files": "Sources/CopyOnWrite/*.swift",
23   "pushed_with_swift_version": "4.0"