[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / b / 3 / FlatCircleweb3swift / 2.3.1 / FlatCircleweb3swift.podspec.json
blobb800f1b2534067118bbf056953ed48d4cca9daef
2   "name": "FlatCircleweb3swift",
3   "version": "2.3.1",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE.md"
10   },
11   "summary": "Web3 implementation in vanilla Swift for iOS, macOS, and Linux",
12   "homepage": "https://github.com/flatcircle/web3swift",
13   "authors": {
14     "Alex Vlasov": "alex.m.vlasov@gmail.com",
15     "Anton Grigorev": "antongrigorjev2010@gmail.com",
16     "Petr Korolev": "sky4winder@gmail.com"
17   },
18   "module_name": "FlatCircleweb3swift",
19   "source": {
20     "git": "https://github.com/flatcircle/web3swift.git",
21     "tag": "2.3.1"
22   },
23   "source_files": [
24     "Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3}/*.swift",
25     "Sources/web3swift/{Tokens,Utils}/**/*.swift"
26   ],
27   "ios": {
28     "source_files": "Sources/web3swift/Browser/*.swift"
29   },
30   "resource_bundles": {
31     "Browser": "Sources/web3swift/Browser/*.js"
32   },
33   "swift_versions": "5.0",
34   "frameworks": "CoreImage",
35   "dependencies": {
36     "BigInt": [
37       "~> 5.0"
38     ],
39     "Starscream": [
40       "~> 3.1.0"
41     ],
42     "CryptoSwift": [
43       "~> 1.3.2"
44     ],
45     "secp256k1.c": [
46       "~> 0.1"
47     ],
48     "PromiseKit": [
49       "~> 6.8.4"
50     ]
51   },
52   "swift_version": "5.0"