blob: d8aada52bc7f15b533b6e727a6393e419e928494 [file] [log] [blame]
{
"name": "web3.swift",
"version": "0.1.0",
"license": "MIT",
"summary": "Ethereum API for Swift",
"homepage": "https://github.com/argentlabs/web3.swift",
"authors": {
"Julien Niset": "julien@argent.xyz",
"Matt Marshall": "matt@argent.xyz",
"Miguel Angel QuiƱones": "miguel@argent.xyz"
},
"source": {
"git": "https://github.com/argentlabs/web3.swift.git",
"tag": "0.1.0"
},
"module_name": "web3",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": [
"web3swift/web3swift.h",
"web3swift/src/**/*.swift",
"web3swift/lib/**/*.{c,h}"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/**",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/**"
},
"preserve_paths": "web3swift/lib/**/module.map",
"public_header_files": "web3swift/web3swift.h",
"dependencies": {
"BigInt": [
"~> 3.1.0"
]
}
}