[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 5 / SwiftBTCAddressValidator / 0.1.1 / SwiftBTCAddressValidator.podspec.json
blob0eb42c8a958f53705ce051385beda45c66ac7a3d
2   "name": "SwiftBTCAddressValidator",
3   "version": "0.1.1",
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.1"
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"