[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / e / CopyOnWriteSwift / 1.0.1 / CopyOnWriteSwift.podspec.json
blob2c346d93ea1b40c3660a5429a85da66816680eeb
2   "name": "CopyOnWriteSwift",
3   "version": "1.0.1",
4   "summary": "Copy On Write mechanism by annotation",
5   "description": "Implementing Copy On Write mechanism for any Value types with @CopyOnWrite annotation",
6   "homepage": "https://github.com/duyquang91/CopyOnWriteSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steve": "duyquang91@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/duyquang91/CopyOnWriteSwift.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CopyOnWriteSwift/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"