[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / e / KinBase / 0.3.0 / KinBase.podspec.json
blob0130ec21c0e353b193f51062f060a4894e75b2c8
2   "name": "KinBase",
3   "version": "0.3.0",
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.3.0"
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.2.0"
32     ],
33     "gRPC-ProtoRPC": [
35     ],
36     "Protobuf": [
38     ]
39   },
40   "requires_arc": true,
41   "pod_target_xcconfig": {
42     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO=1",
43     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
44     "USE_HEADERMAP": "NO",
45     "ALWAYS_SEARCH_USER_PATHS": "NO",
46     "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen",
47     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen"
48   },
49   "subspecs": [
50     {
51       "name": "no-arc",
52       "requires_arc": false,
53       "source_files": "KinBase/KinBase/Src/Storage/Gen/*.{h,m}",
54       "dependencies": {
55         "Protobuf": [
56           "~> 3.0"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"