[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 0 / e / KinBase / 1.0.1 / KinBase.podspec.json
blobc9241fc6080ca52b08f0cafdf8fe3f29ccbb6a6f
2   "name": "KinBase",
3   "version": "1.0.1",
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": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "KinBase/KinBase/**/*.{h,c,swift}",
23   "dependencies": {
24     "PromisesSwift": [
25       "~> 1.2.8"
26     ],
27     "!ProtoCompiler-gRPCPlugin": [
28       "~> 1.28.0"
29     ],
30     "Protobuf": [
31       "~> 3.11.4"
32     ],
33     "gRPC-ProtoRPC": [
34       "~> 1.28.0"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
39     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
40   },
41   "subspecs": [
42     {
43       "name": "no-arc",
44       "requires_arc": false,
45       "source_files": [
46         "KinBase/KinBase/Src/Storage/Gen/*.{h,m}",
47         "KinBase/KinBase/Src/Vendor/gen/**/*.{h,m}"
48       ],
49       "dependencies": {
50         "Protobuf": [
51           "~> 3.11.4"
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"