[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 2.6.4 / TrustWalletCore.podspec.json
blob72aa6db2867fcf178cb824ad1a583c9902119543
2   "name": "TrustWalletCore",
3   "version": "2.6.4",
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": "12.0"
13   },
14   "swift_versions": "5.1",
15   "source": {
16     "http": "https://github.com/trustwallet/wallet-core/releases/download/2.6.4/TrustWalletCore-iOS-2.6.4.zip"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Types",
22       "source_files": [
23         "swift/Sources/Types/*.swift",
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         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
54       },
55       "user_target_xcconfig": {
56         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
57       },
58       "dependencies": {
59         "TrustWalletCore/Types": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.1"