| { |
| "name": "CopyOnWriteSwift", |
| "version": "1.0.4", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Bring Copy-On-Write to all value types", |
| "homepage": "https://github.com/duyquang91/CopyOnWriteSwift", |
| "social_media_url": "https://www.facebook.com/quangmin91", |
| "authors": { |
| "Steve Dao": "daoduyquang91@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/duyquang91/CopyOnWriteSwift.git", |
| "tag": "1.0.4" |
| }, |
| "platforms": { |
| "ios": "11.0", |
| "osx": "10.13", |
| "tvos": "11.0", |
| "watchos": "5.0" |
| }, |
| "requires_arc": true, |
| "swift_versions": "5.0", |
| "cocoapods_version": ">= 1.4.0", |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation" |
| } |
| ], |
| "swift_version": "5.0" |
| } |