[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / 9 / d / SwiftCBOR / 0.4.6 / SwiftCBOR.podspec.json
blob221665a87585b93e823015eb18938f3a1b174329
2   "name": "SwiftCBOR",
3   "version": "0.4.6",
4   "license": {
5     "type": "public domain",
6     "file": "UNLICENSE"
7   },
8   "summary": "A CBOR implementation for Swift",
9   "homepage": "https://github.com/unrelentingtech/SwiftCBOR",
10   "authors": {
11     "Val": "val@packett.cool",
12     "Ham": "hamchapman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/unrelentingtech/SwiftCBOR.git",
16     "tag": "v0.4.6"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10"
22   },
23   "source_files": "Sources/**/*.{swift,h}",
24   "requires_arc": true,
25   "swift_version": "5.0"