[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 0 / e / KinBase / 0.4.3 / KinBase.podspec.json
blob55ba5594c34c17cc6367fad5d2ea5104d702ac99
2   "name": "KinBase",
3   "version": "0.4.3",
4   "summary": "Kin SDK for iOS",
5   "description": "Use the Kin SDK for iOS to enable the use of Kin inside of your app. Include only the functionality you need to provide the right experience to your users. Use just the base library to access the lightest-weight wrapper over the Kin crytocurrency.",
6   "homepage": "https://github.com/kinecosystem/kin-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kik Engineering": "engineering@kik.com"
13   },
14   "source": {
15     "git": "https://github.com/kinecosystem/kin-ios.git",
16     "tag": "0.4.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "KinBase/KinBase/**/*.{h,swift}",
23   "dependencies": {
24     "kin-stellar-ios-mac-sdk": [
25       "~> 1.7.5"
26     ],
27     "PromisesSwift": [
28       "~> 1.2.8"
29     ],
30     "KinGrpcApi": [
31       "~> 0.4.0"
32     ],
33     "Base58Swift": [
34       "~> 2.1.10"
35     ],
36     "Sodium": [
37       "~> 0.8.0"
38     ],
39     "gRPC-ProtoRPC": [
41     ],
42     "Protobuf": [
44     ]
45   },
46   "requires_arc": true,
47   "pod_target_xcconfig": {
48     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO=1",
49     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
50     "USE_HEADERMAP": "NO",
51     "ALWAYS_SEARCH_USER_PATHS": "NO",
52     "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen",
53     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen"
54   },
55   "subspecs": [
56     {
57       "name": "no-arc",
58       "requires_arc": false,
59       "source_files": "KinBase/KinBase/Src/Storage/Gen/*.{h,m}",
60       "dependencies": {
61         "Protobuf": [
62           "~> 3.0"
63         ]
64       }
65     }
66   ],
67   "swift_version": "5.0"