[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 0 / CBORCoding / 1.4.0 / CBORCoding.podspec.json
blob397a20eb45ea853edf4b3232dc88960ae5a2d5c8
2   "name": "CBORCoding",
3   "version": "1.4.0",
4   "summary": "A CBOR Encoder and Decoder",
5   "description": "A lightweight framework containing a coder pair for encoding and decoding `Codable` conforming types to and from CBOR document format for iOS, macOS, tvOS, and watchOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/CBORCoding",
7   "license": "MIT",
8   "authors": {
9     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/CBORCoding.git",
13     "tag": "1.4.0"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.13",
18     "tvos": "12.0",
19     "watchos": "4.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "5.0"
24   ],
25   "cocoapods_version": ">= 1.7.3",
26   "dependencies": {
27     "Half": [
28       "~> 1.4"
29     ]
30   },
31   "swift_version": "5.0"