[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / d / 1 / HDWalletKitSwift / 0.3 / HDWalletKitSwift.podspec.json
blob7ca4941639c750a53250e23f0b63828dd77d8cde
2   "name": "HDWalletKitSwift",
3   "version": "0.3",
4   "summary": "Hierarchical Deterministic Wallet for iOS",
5   "homepage": "https://dcen.io/",
6   "license": "MIT",
7   "authors": {
8     "Thongpak Pongsilathong": "thongpak21@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/DcenIO/HDWalletKitSwift.git",
12     "tag": "0.3"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "frameworks": "UIKit",
18   "default_subspecs": "All",
19   "swift_version": "4.0",
20   "source_files": [
21     "Source/**/*",
22     "Extensions/**/*"
23   ],
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "ONLY_ACTIVE_ARCH": "YES",
27     "ARCHS": "arm64",
28     "ARCHS_STANDARD": "arm64"
29   },
30   "subspecs": [
31     {
32       "name": "All",
33       "dependencies": {
34         "CryptoSwift": [
36         ],
37         "secp256k1.swift": [
39         ]
40       }
41     }
42   ]