blob: 7ca4941639c750a53250e23f0b63828dd77d8cde [file] [log] [blame]
{
"name": "HDWalletKitSwift",
"version": "0.3",
"summary": "Hierarchical Deterministic Wallet for iOS",
"homepage": "https://dcen.io/",
"license": "MIT",
"authors": {
"Thongpak Pongsilathong": "thongpak21@gmail.com"
},
"source": {
"git": "https://github.com/DcenIO/HDWalletKitSwift.git",
"tag": "0.3"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"default_subspecs": "All",
"swift_version": "4.0",
"source_files": [
"Source/**/*",
"Extensions/**/*"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES",
"ARCHS": "arm64",
"ARCHS_STANDARD": "arm64"
},
"subspecs": [
{
"name": "All",
"dependencies": {
"CryptoSwift": [
],
"secp256k1.swift": [
]
}
}
]
}