[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 0 / a / b / IFWalletCore / 0.13.1 / IFWalletCore.podspec.json
blob094a34d9191835608afda49da0a9b774775ea858
2   "name": "IFWalletCore",
3   "version": "0.13.1",
4   "summary": "IFWallet core data structures and algorithms.",
5   "homepage": "https://github.com/ifwallet/wallet-core",
6   "license": "MIT",
7   "authors": {
8     "bibodeng": "bibodeng@gmail.com"
9   },
10   "platforms": {
11     "ios": "11.0",
12     "osx": "10.12"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "http": "https://ifwallet-core.s3-ap-southeast-1.amazonaws.com/IFWalletCore-iOS-0.13.1.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}/IFWalletCore/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.5.0"
43     ]
44   },
45   "swift_version": "5.0"