[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / 4 / Base-16 / 1.0.0 / Base-16.podspec.json
blob1d387918fb6cb6c2f8853da497d6dea19e5d918b
2   "name": "Base-16",
3   "version": "1.0.0",
4   "summary": "An extension of Swift's Data type to work with hexadecimal (Base16) encoding",
5   "homepage": "https://github.com/metabolist/base16",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Metabolist": "info@metabolist.org"
12   },
13   "source": {
14     "git": "https://github.com/metabolist/base16.git",
15     "tag": "v1.0.0"
16   },
17   "module_name": "Base16",
18   "swift_versions": [
19     "5.2"
20   ],
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "source_files": "Sources/Base16/**/*",
28   "swift_version": "5.2"