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": "4.2",
22 "web3swift/web3swift.h",
23 "web3swift/src/**/*.swift",
24 "web3swift/lib/**/*.{c,h}"
26 "pod_target_xcconfig": {
27 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/**",
28 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/**"
30 "preserve_paths": "web3swift/lib/**/module.map",
31 "public_header_files": "web3swift/web3swift.h",
37 "swift_version": "4.2"