blob: 1d919676a2f77e951579e521c646cd85dbf3c959 [file] [log] [blame]
{
"name": "TrustWalletCore",
"version": "2.2.10",
"summary": "Trust Wallet core data structures and algorithms.",
"homepage": "https://github.com/trustwallet/wallet-core",
"license": "MIT",
"authors": {
"Alejandro Isaza": "al@isaza.ca"
},
"platforms": {
"ios": "11.0",
"osx": "10.12"
},
"swift_versions": "5.1",
"source": {
"http": "https://github.com/trustwallet/wallet-core/releases/download/2.2.10/TrustWalletCore-iOS-2.2.10.zip"
},
"default_subspecs": "Core",
"source_files": [
"include/**/*.h",
"swift/Sources/*.{swift,h,m,cpp}",
"swift/Sources/Extensions/*.swift",
"swift/Sources/Generated/*.{swift,h}"
],
"subspecs": [
{
"name": "Types",
"source_files": [
"swift/Sources/Generated/Enums/*.swift",
"swift/Sources/Generated/Protobuf/*.swift"
],
"dependencies": {
"SwiftProtobuf": [
]
}
},
{
"name": "Core",
"preserve_paths": "build/ios/*.a",
"vendored_libraries": [
"build/ios/libprotobuf.a",
"build/ios/libTrezorCrypto.a",
"build/ios/libTrustWalletCore.a"
],
"public_header_files": [
"include/**/*.h",
"swift/Sources/*.h"
],
"libraries": "c++",
"xcconfig": {
"SYSTEM_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/TrustWalletCore/include",
"OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
},
"pod_target_xcconfig": {
"ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
},
"dependencies": {
"TrustWalletCore/Types": [
]
}
}
],
"swift_version": "5.1"
}