[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / e / 0 / Cow / 1.0.0 / Cow.podspec.json
blob4969101923212014f75d85d58c11f06ea783f45c
2   "name": "Cow",
3   "version": "1.0.0",
4   "summary": "A generic wrapper implementation for copy-on-write data structures written in Swift.",
5   "description": "\t\t\t\t   **Cow** aims to provide a simple and easy to integrate copy-on-write layer for your own Swift data structures.\n",
6   "homepage": "https://github.com/regexident/Cow",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/regexident/Cow.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Cow/Classes/*.{swift,h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   }