[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 0 / CBORCoding / 1.3.1 / CBORCoding.podspec.json
blob4051c136ba4dad80fae67595e3e943435a0e4175
2   "name": "CBORCoding",
3   "version": "1.3.1",
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": "9.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.3.1"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "cocoapods_version": ">= 1.7.3",
27   "dependencies": {
28     "Half": [
29       "~> 1.2"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "9.0",
38         "osx": "10.10",
39         "tvos": "9.0",
40         "watchos": "2.0"
41       },
42       "source_files": "Tests/CBORCodingTests/*Tests.swift"
43     }
44   ],
45   "swift_version": "5.0"