[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / 8 / Base58Swift / 2.1.0 / Base58Swift.podspec.json
blob277196725b20122a6f1e8fe5e858c757dc333e48
2   "name": "Base58Swift",
3   "version": "2.1.0",
4   "summary": "A pure swift implementation of base58 string encoding and decoding.",
5   "description": "A pure swift implementation of base58 string encoding and decoding. Based off of https://github.com/jbenet/go-base58.",
6   "homepage": "https://github.com/keefertaylor/Base58Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Keefer Taylor": "keefer@keefertaylor.com"
13   },
14   "source": {
15     "git": "https://github.com/keefertaylor/Base58Swift.git",
16     "tag": "2.1.0"
17   },
18   "source_files": "Base58Swift/*.swift",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "dependencies": {
25     "BigInt": [
26       "~> 3.1"
27     ]
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "Base58SwiftTests/*.swift"
34     }
35   ]