[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 2.1.2 / web3swift.podspec.json
blob80e6472d1113e96ae4d668306156178a695f088d
2   "name": "web3swift",
3   "version": "2.1.2",
4   "summary": "Web3 implementation in vanilla Swift for iOS ans macOS",
5   "description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0",
6   "homepage": "https://github.com/matter-labs/web3swift",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/matter-labs/web3swift.git",
13     "tag": "2.1.2"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_versions": "5.0",
17   "module_name": "Web3swift",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12"
21   },
22   "source_files": [
23     "web3swift/{Promises,HookedFunctions,Web3,Contract,KeystoreManager,Transaction,Convenience}/Classes/*.{h,swift}",
24     "web3swift/Utils/Classes/{EIP67Code, EIP681, ENS, ENSResolver, NameHash}.swift",
25     "web3swift/PrecompiledContracts/**/*.swift",
26     "web3swift/web3swift.h"
27   ],
28   "public_header_files": "web3swift/web3swift.h",
29   "pod_target_xcconfig": {
30     "DEFINES_MODULE": "YES"
31   },
32   "frameworks": "ImageIO",
33   "dependencies": {
34     "PromiseKit": [
35       "~> 6.8.3"
36     ],
37     "BigInt": [
38       "~> 3.1.0"
39     ],
40     "CryptoSwift": [
41       "~> 0.15.0"
42     ],
43     "secp256k1_swift": [
44       "~> 1.0.3"
45     ],
46     "SwiftRLP": [
47       "~> 1.2"
48     ],
49     "SipHash": [
50       "~> 1.2.2"
51     ],
52     "EthereumAddress": [
53       "~> 1.1.0"
54     ],
55     "EthereumABI": [
56       "~> 1.2.0"
57     ]
58   }