2 "name": "TrustWalletCore",
4 "summary": "Trust Wallet core data structures and algorithms.",
5 "homepage": "https://github.com/TrustWallet/wallet-core",
8 "Alejandro Isaza": "al@isaza.ca"
14 "swift_versions": "5.0",
16 "http": "https://s3.amazonaws.com/wallet-core/TrustWalletCore-iOS-2.0.2.zip"
18 "default_subspecs": "Core",
21 "swift/Sources/*.{swift,h,m,cpp}",
22 "swift/Sources/Extensions/*.swift",
23 "swift/Sources/Generated/*.{swift,h}"
29 "swift/Sources/Generated/Enums/*.swift",
30 "swift/Sources/Generated/Protobuf/*.swift"
40 "preserve_paths": "build/ios/*.a",
41 "vendored_libraries": [
42 "build/ios/libprotobuf.a",
43 "build/ios/libTrezorCrypto.a",
44 "build/ios/libTrustWalletCore.a"
46 "public_header_files": [
52 "SYSTEM_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/TrustWalletCore/include",
53 "OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
55 "pod_target_xcconfig": {
56 "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
59 "TrustWalletCore/Types": [
65 "swift_version": "5.0"