[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 2.6.11 / TrustWalletCore.podspec.json
blob95bbb525a87a4152a8354b111fd402df65acbf01
2   "name": "TrustWalletCore",
3   "version": "2.6.11",
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.11/TrustWalletCore-2.6.11.tar.xz"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Types",
22       "source_files": [
23         "Sources/Types/*.swift",
24         "Sources/Generated/Enums/*.swift",
25         "Sources/Generated/Protobuf/*.swift"
26       ],
27       "dependencies": {
28         "SwiftProtobuf": [
30         ]
31       }
32     },
33     {
34       "name": "Core",
35       "vendored_frameworks": "*.xcframework",
36       "exclude_files": "Sources/Generated/WalletCore.h",
37       "source_files": [
38         "include/**/*.h",
39         "Sources/*.{swift,h,m,cpp}",
40         "Sources/Extensions/*.swift",
41         "Sources/Generated/*.{swift,h}"
42       ],
43       "public_header_files": [
44         "include/**/*.h",
45         "Sources/*.h"
46       ],
47       "libraries": "c++",
48       "dependencies": {
49         "TrustWalletCore/Types": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.1"