blob: d00d869ff5473dcac125c14d133238dfdb7800f4 [file] [log] [blame]
{
"name": "BIP39",
"version": "1.0.0",
"summary": "BIP39",
"homepage": "https://github.com/bitmark-inc/bip39-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bitmark Inc.": "support@bitmark.com"
},
"social_media_url": "https://twitter.com/bitmarkinc",
"source": {
"git": "https://github.com/bitmark-inc/bip39-swift",
"tag": "1.0.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"preserve_paths": "Sources/module.map",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/BIP39/Sources"
},
"frameworks": "Foundation",
"swift_version": "5.1"
}