[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 2.1.5 / web3swift.podspec.json
blob904d83b65a800c58f861938a07421cf79da0c3ca
2   "name": "web3swift",
3   "version": "2.1.5",
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     "Anton Grigorev": "antongrigorjev2010@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/matter-labs/web3swift.git",
14     "tag": "2.1.5"
15   },
16   "social_media_url": "https://twitter.com/shamatar",
17   "swift_versions": "5.0",
18   "module_name": "Web3swift",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "source_files": [
24     "web3swift/{Promises,Web3,Contract,KeystoreManager,Transaction,Convenience,HookedFunctions,SwiftRLP,EthereumAddress,EthereumABI}/*.{h,swift}",
25     "web3swift/Utils/**/*.swiftweb3swift/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": "CoreImage",
33   "dependencies": {
34     "BigInt": [
35       "3.1"
36     ],
37     "CryptoSwift": [
38       "1.0.0"
39     ],
40     "PromiseKit": [
41       "6.8.4"
42     ],
43     "secp256k1_swift": [
44       "1.0.3"
45     ],
46     "Starscream": [
47       "3.1.0"
48     ]
49   }