[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 0 / a / f / EthereumAddress / 1.1.0 / EthereumAddress.podspec.json
blob38f230df7930991b590293e76128683726e39059
2   "name": "EthereumAddress",
3   "version": "1.1.0",
4   "summary": "Ethereum address module in vanilla Swift for iOS ans macOS",
5   "description": "Ethereum address module in vanilla Swift for iOS ans macOS, intended for mobile developers of wallets, Dapps and Web3.0",
6   "homepage": "https://github.com/shamatar/EthereumAddress",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/shamatar/EthereumAddress.git",
13     "tag": "1.1.0"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.2",
17   "module_name": "EthereumAddress",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": [
23     "EthereumAddress/Classes/*.{swift}",
24     "EthereumAddress/EthereumAddress.h"
25   ],
26   "public_header_files": "EthereumAddress/EthereumAddress.h",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 0.13"
33     ]
34   }