[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 3.1.15 / TrustWalletCore.podspec.json
blobe7d8439752daff24b6f98684be6f682fb04137ae
2   "name": "TrustWalletCore",
3   "version": "3.1.15",
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     "osx": "10.14"
14   },
15   "swift_versions": "5.1",
16   "source": {
17     "http": "https://github.com/trustwallet/wallet-core/releases/download/3.1.15/TrustWalletCore-3.1.15.tar.xz"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Types",
23       "source_files": [
24         "Sources/Types/*.swift",
25         "Sources/Generated/Enums/*.swift",
26         "Sources/Generated/Protobuf/*.swift"
27       ],
28       "dependencies": {
29         "SwiftProtobuf": [
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "vendored_frameworks": "*.xcframework",
37       "exclude_files": "Sources/Generated/WalletCore.h",
38       "source_files": [
39         "include/**/*.h",
40         "Sources/*.{swift,h,m,cpp}",
41         "Sources/Extensions/*.swift",
42         "Sources/Generated/*.{swift,h}"
43       ],
44       "public_header_files": [
45         "include/**/*.h",
46         "Sources/*.h"
47       ],
48       "libraries": "c++",
49       "dependencies": {
50         "TrustWalletCore/Types": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.1"