blob: 1d35d226e7d8b62896196ba9d2b042a8e4e1e8d1 [file] [log] [blame]
{
"name": "HDWalletKitSwift",
"version": "0.2",
"summary": "Hierarchical Deterministic Wallet for iOS",
"homepage": "https://dcen.io/",
"license": "MIT",
"authors": {
"Thongpak Pongsilathong": "thongpak21@gmail.com"
},
"source": {
"git": "https://github.com/DcenIO/HDWalletKit.git",
"tag": "0.2"
},
"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": [
]
}
}
]
}