blob: 960d55fd13e043c8183a6152f395658f6aa31724 [file] [log] [blame]
{
"name": "web3.swift",
"version": "0.0.2",
"license": "MIT",
"summary": "Ethereum API for Swift",
"homepage": "https://github.com/argentlabs/web3.swift",
"authors": {
"Julien Niset": "julien@argent.im",
"Matt Marshall": "matt@argent.im"
},
"source": {
"git": "https://github.com/argentlabs/web3.swift.git",
"tag": "0.0.2"
},
"module_name": "web3",
"swift_version": "4.0",
"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/** $(PODS_TARGET_SRCROOT)/web3swift/frameworks/CommonCrypto/iphonesimulator/",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_TARGET_SRCROOT)/web3swift/lib/** $(PODS_TARGET_SRCROOT)/web3swift/frameworks/CommonCrypto/iphoneos/"
},
"preserve_paths": [
"web3swift/lib/**/module.map",
"web3swift/frameworks/CommonCrypto/**/*"
],
"public_header_files": "web3swift/web3swift.h",
"dependencies": {
"BigInt": [
"~> 3.0.1"
]
}
}