5 "summary": "Ethereum API for Swift",
6 "homepage": "https://github.com/argentlabs/web3.swift",
8 "Julien Niset": "julien@argent.xyz",
9 "Matt Marshall": "matt@argent.xyz",
10 "Miguel Angel QuiƱones": "miguel@argent.xyz"
13 "git": "https://github.com/argentlabs/web3.swift.git",
16 "module_name": "web3",
17 "swift_versions": "5.0",
22 "web3swift/src/**/*.swift",
23 "web3swift/lib/**/*.{c,h}"
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/**"
29 "preserve_paths": "web3swift/lib/**/module.map",
41 "swift_version": "5.0"