[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 1 / 8 / Base58Swift / 2.1.7 / Base58Swift.podspec.json
blob04205447d6b2561d2d5b3c073f41ad16854aab5d
2   "name": "Base58Swift",
3   "version": "2.1.7",
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.7"
17   },
18   "source_files": "Base58Swift/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "dependencies": {
24     "BigInt": [
25       "~> 3.1"
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Base58SwiftTests/*.swift"
33     }
34   ],
35   "swift_version": "4.2"