blob: 2c346d93ea1b40c3660a5429a85da66816680eeb [file] [log] [blame]
{
"name": "CopyOnWriteSwift",
"version": "1.0.1",
"summary": "Copy On Write mechanism by annotation",
"description": "Implementing Copy On Write mechanism for any Value types with @CopyOnWrite annotation",
"homepage": "https://github.com/duyquang91/CopyOnWriteSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve": "duyquang91@gmail.com"
},
"source": {
"git": "https://github.com/duyquang91/CopyOnWriteSwift.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "CopyOnWriteSwift/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}