[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 9 / KinBaseCompat / 0.2.0 / KinBaseCompat.podspec.json
blob2155d670a0dc5bca810d465f25d55e4f6cb31a36
2   "name": "KinBaseCompat",
3   "version": "0.2.0",
4   "summary": "Kin SDK for iOS",
5   "description": "The compatibility library implements the public surface layer to be a drop in replacement of the, now deprecated, kin-sdk-ios library.",
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.2.0"
17   },
18   "module_name": "KinSDK",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "KinBaseCompat/KinBaseCompat/Src/**/*.swift",
24   "resources": "KinBaseCompat/KinBaseCompat/Src/KinBackupRestoreModule/*.{strings,xcassets}",
25   "dependencies": {
26     "KinBase": [
27       "~> 0.2.0"
28     ],
29     "Sodium": [
30       "0.8.0"
31     ],
32     "gRPC-ProtoRPC": [
34     ],
35     "Protobuf": [
37     ]
38   },
39   "pod_target_xcconfig": {
40     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO=1",
41     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
42     "USE_HEADERMAP": "NO",
43     "ALWAYS_SEARCH_USER_PATHS": "NO",
44     "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen",
45     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen"
46   },
47   "swift_version": "5.0"