[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / 4 / CopyOnWriteSupport / 1.0.0 / CopyOnWriteSupport.podspec.json
blobafb33979f7521f979fc11e687e66cc26965f6c1d
2   "name": "CopyOnWriteSupport",
3   "version": "1.0.0",
4   "summary": "A container for deep-coping lazily",
5   "description": "ShadowValue container is helpful to wrap your value type that is not supported CoW",
6   "homepage": "https://github.com/sangho-82/copy-on-write-support",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SangHo Cha": "ipnetwork82@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sangho-82/copy-on-write-support.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "CopyOnWriteSupport/**/*.{swift,h}",
19   "platforms": {
20     "ios": "12.0",
21     "osx": "10.13",
22     "watchos": "4.0",
23     "tvos": "12.0"
24   },
25   "swift_versions": "5.9",
26   "swift_version": "5.9"