blob: f35305cb6f3c1825ab859d7ffa0e69aa54ce6914 [file] [log] [blame]
{
"name": "UPTEthereumSigner",
"version": "1.0.1",
"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": {
"William Morriss": "william.morriss@consensys.net"
},
"source": {
"git": "https://github.com/uport-project/UPTEthereumSigner.git",
"tag": "1.0.1"
},
"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": [
],
"CoreEthereum": [
]
}
}