[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 0.12.14 / TrustWalletCore.podspec.json
blob837697cd4b05f1e77b221e47c95f8f4acae75abb
2   "name": "TrustWalletCore",
3   "version": "0.12.14",
4   "summary": "Trust Wallet core data structures and algorithms.",
5   "homepage": "https://github.com/TrustWallet/wallet-core",
6   "license": "MIT",
7   "authors": {
8     "Alejandro Isaza": "al@isaza.ca"
9   },
10   "platforms": {
11     "ios": "11.0",
12     "osx": "10.12"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "http": "https://s3.amazonaws.com/wallet-core/TrustWalletCore-iOS-0.12.14.zip"
17   },
18   "preserve_paths": "build/ios/*.a",
19   "vendored_libraries": [
20     "build/ios/libprotobuf.a",
21     "build/ios/libTrezorCrypto.a",
22     "build/ios/libTrustWalletCore.a"
23   ],
24   "source_files": [
25     "include/**/*.h",
26     "swift/Sources/**/*.{swift,h,m,cpp}"
27   ],
28   "public_header_files": [
29     "include/**/*.h",
30     "swift/Sources/*.h"
31   ],
32   "libraries": "c++",
33   "xcconfig": {
34     "SYSTEM_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/TrustWalletCore/include",
35     "OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
36   },
37   "pod_target_xcconfig": {
38     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
39   },
40   "dependencies": {
41     "SwiftProtobuf": [
42       "~> 1.5.0"
43     ]
44   },
45   "swift_version": "5.0"