[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 5 / 1 / 8 / Base58Swift / 1.0.0 / Base58Swift.podspec.json
blob06cab60536d1e8a1fa57bd7f39ad54efbc86faf0
2   "name": "Base58Swift",
3   "version": "1.0.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.",
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": "1.0.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   ]