[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 2.3.3 / TrustWalletCore.podspec.json
blobf96a293c3ed7803fa5f782b28a24cdc96760114e
2   "name": "TrustWalletCore",
3   "version": "2.3.3",
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   "module_name": "WalletCore",
11   "platforms": {
12     "ios": "11.0",
13     "osx": "10.12"
14   },
15   "swift_versions": "5.1",
16   "source": {
17     "http": "https://github.com/trustwallet/wallet-core/releases/download/2.3.3/TrustWalletCore-iOS-2.3.3.zip"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Types",
23       "source_files": [
24         "swift/Sources/Generated/Enums/*.swift",
25         "swift/Sources/Generated/Protobuf/*.swift"
26       ],
27       "dependencies": {
28         "SwiftProtobuf": [
30         ]
31       }
32     },
33     {
34       "name": "Core",
35       "preserve_paths": "build/ios/*.a",
36       "vendored_libraries": "build/ios/*.a",
37       "exclude_files": "swift/Sources/Generated/WalletCore.h",
38       "source_files": [
39         "include/**/*.h",
40         "swift/Sources/*.{swift,h,m,cpp}",
41         "swift/Sources/Extensions/*.swift",
42         "swift/Sources/Generated/*.{swift,h}"
43       ],
44       "public_header_files": [
45         "include/**/*.h",
46         "swift/Sources/*.h"
47       ],
48       "libraries": "c++",
49       "xcconfig": {
50         "OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
51       },
52       "pod_target_xcconfig": {
53         "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
54       },
55       "dependencies": {
56         "TrustWalletCore/Types": [
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.1"