[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / 9 / UPTEthereumSigner / 1.0.3 / UPTEthereumSigner.podspec.json
blob242073a1029bcd05c7db88303d827cd43e09411e
2   "name": "UPTEthereumSigner",
3   "version": "1.0.3",
4   "summary": "Ethereum signer library",
5   "description": "Manages public/private keys along with related Ethereum addresses\nSigns Ethereum transactions and JWTs with a provided protection level",
6   "homepage": "https://github.com/uport-project/UPTEthereumSigner",
7   "license": {
8     "type": "APACHE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William Morriss": "william.morriss@consensys.net"
13   },
14   "source": {
15     "git": "https://github.com/uport-project/UPTEthereumSigner.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "UPTEthereumSigner/Classes/**/*",
22   "frameworks": [
23     "CoreEthereum",
24     "AVFoundation"
25   ],
26   "xcconfig": {
27     "FRAMEWORK_SEARCH_PATHS": "/Applications/Xcode.app/Contents/Developer/Library/Frameworks"
28   },
29   "pod_target_xcconfig": {
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/CoreEthereum\" \"${PODS_ROOT}/CoreEthereum/openssl/include\""
31   },
32   "dependencies": {
33     "Valet": [
34       "~> 2.4.2"
35     ],
36     "CoreEthereum": [
38     ]
39   }