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