[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 0 / CBORCoding / 1.3.2 / CBORCoding.podspec.json
blobbca8433cafaa3b1918d362ad6d2cbee0edc21da4
2   "name": "CBORCoding",
3   "version": "1.3.2",
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.3.2"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
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.3"
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"