blob: 38f230df7930991b590293e76128683726e39059 [file] [log] [blame]
{
"name": "EthereumAddress",
"version": "1.1.0",
"summary": "Ethereum address module in vanilla Swift for iOS ans macOS",
"description": "Ethereum address module in vanilla Swift for iOS ans macOS, intended for mobile developers of wallets, Dapps and Web3.0",
"homepage": "https://github.com/shamatar/EthereumAddress",
"license": "Apache License 2.0",
"authors": {
"Alex Vlasov": "alex.m.vlasov@gmail.com"
},
"source": {
"git": "https://github.com/shamatar/EthereumAddress.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/shamatar",
"swift_version": "4.2",
"module_name": "EthereumAddress",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": [
"EthereumAddress/Classes/*.{swift}",
"EthereumAddress/EthereumAddress.h"
],
"public_header_files": "EthereumAddress/EthereumAddress.h",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"dependencies": {
"CryptoSwift": [
"~> 0.13"
]
}
}