[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 3 / e / EthereumABI / 1.0.1 / EthereumABI.podspec.json
blob08c3820a25b4228a30b8daa934fb3bde7dae8091
2   "name": "EthereumABI",
3   "version": "1.0.1",
4   "summary": "Ethereum ABI module in vanilla Swift for iOS ans macOS",
5   "description": "Ethereum ABI module in vanilla Swift for iOS ans macOS, intended for mobile developers of wallets, Dapps and Web3.0",
6   "homepage": "https://github.com/shamatar/EthereumABI",
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/EthereumABI.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "EthereumABI",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": [
23     "EthereumABI/Classes/*.{swift}",
24     "EthereumABI/EthereumABI.h"
25   ],
26   "public_header_files": "EthereumABI/EthereumABI.h",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 0.13"
33     ],
34     "BigInt": [
35       "~> 3.1"
36     ],
37     "EthereumAddress": [
38       "~> 1.0.0"
39     ]
40   }