[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 1.0.2 / TrustWalletCore.podspec.json
blob16ec4f96493ce465bdf5d5db1c93808703bbf709
2   "name": "TrustWalletCore",
3   "version": "1.0.2",
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-1.0.2.zip"
17   },
18   "default_subspecs": "Core",
19   "source_files": [
20     "include/**/*.h",
21     "swift/Sources/*.{swift,h,m,cpp}",
22     "swift/Sources/Extensions/*.swift",
23     "swift/Sources/Generated/*.{swift,h}"
24   ],
25   "subspecs": [
26     {
27       "name": "Types",
28       "source_files": [
29         "swift/Sources/Generated/Enums/*.swift",
30         "swift/Sources/Generated/Protobuf/*.swift"
31       ],
32       "dependencies": {
33         "SwiftProtobuf": [
35         ]
36       }
37     },
38     {
39       "name": "Core",
40       "preserve_paths": "build/ios/*.a",
41       "vendored_libraries": [
42         "build/ios/libprotobuf.a",
43         "build/ios/libTrezorCrypto.a",
44         "build/ios/libTrustWalletCore.a"
45       ],
46       "public_header_files": [
47         "include/**/*.h",
48         "swift/Sources/*.h"
49       ],
50       "libraries": "c++",
51       "xcconfig": {
52         "SYSTEM_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/TrustWalletCore/include",
53         "OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
54       },
55       "pod_target_xcconfig": {
56         "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
57       },
58       "dependencies": {
59         "TrustWalletCore/Types": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.0"