[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 9 / 6 / web3.swift / 1.5.0 / web3.swift.podspec.json
blobbe8fc7bf6ed495eaa6d001b4283ea0cdfd5d7003
2   "name": "web3.swift",
3   "version": "1.5.0",
4   "license": "MIT",
5   "summary": "Ethereum API for Swift",
6   "homepage": "https://github.com/argentlabs/web3.swift",
7   "authors": {
8     "Julien Niset": "julien@argent.xyz",
9     "Matt Marshall": "matt@argent.xyz",
10     "Miguel Angel QuiƱones": "miguel@argent.xyz"
11   },
12   "source": {
13     "git": "https://github.com/argentlabs/web3.swift.git",
14     "tag": "1.5.0"
15   },
16   "module_name": "web3",
17   "swift_versions": "5.5",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": [
22     "web3swift/src/**/*.swift",
23     "web3swift/lib/**/*.{c,h,swift}"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(inherited) $(PODS_TARGET_SRCROOT)/web3swift/lib/**",
27     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(inherited) $(PODS_TARGET_SRCROOT)/web3swift/lib/**"
28   },
29   "preserve_paths": "web3swift/lib/**/module.map",
30   "dependencies": {
31     "BigInt": [
32       "~> 5.0.0"
33     ],
34     "secp256k1.swift": [
35       "~> 0.1"
36     ],
37     "GenericJSON": [
38       "~> 2.0"
39     ],
40     "Logging": [
41       "~> 1.0.0"
42     ]
43   },
44   "swift_version": "5.5"