[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 1 / 3 / 9 / TrustWalletCore / 0.9.0 / TrustWalletCore.podspec.json
blob5c42cdb80cb8aa492426dc8840036c56a493950c
2   "name": "TrustWalletCore",
3   "version": "0.9.0",
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": "10.0",
12     "osx": "10.12"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "http": "https://s3.amazonaws.com/wallet-core/TrustWalletCore-iOS-0.9.0.zip"
17   },
18   "preserve_paths": "build/ios/*.a",
19   "vendored_libraries": [
20     "build/ios/libprotobuf.a",
21     "build/ios/libTrezorCrypto.a",
22     "build/ios/libTrustWalletCore.a"
23   ],
24   "source_files": [
25     "include/**/*.h",
26     "swift/Sources/**/*.{swift,h,m,cpp}"
27   ],
28   "public_header_files": [
29     "include/**/*.h",
30     "swift/Sources/*.h"
31   ],
32   "libraries": "c++",
33   "xcconfig": {
34     "SYSTEM_HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/TrustWalletCore/include",
35     "OTHER_LDFLAGS": "$(inherited) -fprofile-instr-generate"
36   },
37   "pod_target_xcconfig": {
38     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)"
39   },
40   "dependencies": {
41     "SwiftProtobuf": [
42       "~> 1.3.0"
43     ]
44   }