blob: 99fef83f8b58b5aea5e36504e562cbf3552671b3 [file] [log] [blame]
{
"name": "UPTEthereumSigner",
"version": "1.1.2",
"summary": "Ethereum signer library",
"description": "Manages public/private keys along with related Ethereum addresses\nSigns Ethereum transactions and JWTs with a provided protection level",
"homepage": "https://github.com/uport-project/UPTEthereumSigner",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"Pelle Braendgaard": "pelle.braendgaard@consensys.net"
},
"source": {
"git": "https://github.com/uport-project/UPTEthereumSigner.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "UPTEthereumSigner/Classes/**/*",
"frameworks": [
"CoreEthereum",
"AVFoundation"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/CoreEthereum\" \"${PODS_ROOT}/CoreEthereum/openssl/include\""
},
"dependencies": {
"Valet": [
"~> 2.4.2"
],
"CoreEthereum": [
]
}
}