[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 0 / CBORCoding / 1.0.0 / CBORCoding.podspec.json
blob531073007791646adcfd98466eaaf79f27e423d0
2   "name": "CBORCoding",
3   "version": "1.0.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     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/CBORCoding.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "CBORCoding/**/*.swift",
22   "frameworks": "Foundation",
23   "swift_versions": "5.0",
24   "requires_arc": true,
25   "swift_version": "5.0"