[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 2.1.6 / web3swift.podspec.json
blob660ce0131dac2a9381fd487b73623ad71516c521
2   "name": "web3swift",
3   "version": "2.1.6",
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.6"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_versions": "5.0",
17   "module_name": "Web3swift",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": [
23     "web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions,SwiftRLP,EthereumAddress,EthereumABI}/*.{h,swift}",
24     "web3swift/Utils/{ENS,EIP,Hooks}/*.swiftweb3swift/PrecompiledContracts/**/*.swift",
25     "web3swift/web3swift.h"
26   ],
27   "public_header_files": "web3swift/web3swift.h",
28   "pod_target_xcconfig": {
29     "DEFINES_MODULE": "YES"
30   },
31   "frameworks": "CoreImage",
32   "dependencies": {
33     "BigInt": [
34       "3.1"
35     ],
36     "CryptoSwift": [
37       "1.0.0"
38     ],
39     "PromiseKit": [
40       "6.8.4"
41     ],
42     "secp256k1_swift": [
43       "1.0.3"
44     ],
45     "Starscream": [
46       "3.1.0"
47     ]
48   }