[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 2.0.3 / web3swift.podspec.json
blobe424c213881e8d06283af68675a742bce15b307f
2   "name": "web3swift",
3   "version": "2.0.3",
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/matterinc/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/matterinc/web3swift.git",
13     "tag": "2.0.3"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "Web3swift",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": [
23     "web3swift/{PrecompiledContracts,Promises,Web3,Contract,KeystoreManager,Transaction,Convenience}/Classes/*.{h,swift}",
24     "web3swift/Utils/Classes/{EIP67Code, EIP681}.swift",
25     "web3swift/HookedFunctions/Classes/*.swift",
26     "web3swift/web3swift.h"
27   ],
28   "public_header_files": "web3swift/web3swift.h",
29   "pod_target_xcconfig": {
30     "DEFINES_MODULE": "YES"
31   },
32   "frameworks": "CoreImage",
33   "dependencies": {
34     "BigInt": [
35       "~> 3.1"
36     ],
37     "CryptoSwift": [
38       "~> 0.13"
39     ],
40     "PromiseKit": [
41       "~> 6.3"
42     ],
43     "scrypt": [
44       "~> 2.0"
45     ],
46     "secp256k1_swift": [
47       "~> 1.0.3"
48     ],
49     "SwiftRLP": [
50       "~> 1.1"
51     ],
52     "EthereumAddress": [
53       "~> 1.0.0"
54     ],
55     "EthereumABI": [
56       "~> 1.1.1"
57     ]
58   }