[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 3.0.6 / web3swift.podspec.json
blob5973d7fac1c5d734cfb09c02c4e86cce86e95276
2   "name": "web3swift",
3   "version": "3.0.6",
4   "platforms": {
5     "ios": "13.0",
6     "osx": "10.15"
7   },
8   "license": {
9     "type": "Apache License 2.0",
10     "file": "LICENSE.md"
11   },
12   "summary": "Web3 implementation in vanilla Swift for iOS, macOS, and Linux",
13   "homepage": "https://github.com/matter-labs/web3swift",
14   "authors": {
15     "Alex Vlasov": "alex.m.vlasov@gmail.com",
16     "Anton Grigorev": "antongrigorjev2010@gmail.com",
17     "Petr Korolev": "sky4winder@gmail.com",
18     "Yaroslav Yashin": "yaroslav.yashin@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/matter-labs/web3swift.git",
22     "tag": "3.0.6"
23   },
24   "swift_versions": "5.5",
25   "source_files": "Sources/web3swift/**/*.swift",
26   "ios": {
27     "source_files": "Sources/web3swift/Browser/*.swift"
28   },
29   "resource_bundles": {
30     "Browser": "Sources/web3swift/Browser/*.js"
31   },
32   "frameworks": "CoreImage",
33   "dependencies": {
34     "Starscream": [
35       "~> 4.0.4"
36     ],
37     "Web3Core": [
38       "~> 3.0.6"
39     ]
40   },
41   "swift_version": "5.5"