[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 6 / 5 / SwiftBTCAddressValidator / 0.1.3 / SwiftBTCAddressValidator.podspec.json
blobf46bb91338610ffd128156c1190510676134e656
2   "name": "SwiftBTCAddressValidator",
3   "version": "0.1.3",
4   "summary": "Bitcoin address validator written in Swift",
5   "description": "Validate Bitcoin addresses in one line! Written purely in Swift!",
6   "homepage": "https://github.com/emmanueltugado/SwiftBTCAddressValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emmanuel Tugado": "emmanueltugado@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/emmanueltugado/SwiftBTCAddressValidator.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "source_files": "SwiftBTCAddressValidator/BTCAddressValidator.swift",
22   "dependencies": {
23     "CryptoSwift": [
24       "~> 0.6.9"
25     ]
26   },
27   "pushed_with_swift_version": "3.1"