[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 2 / 3 / KinUX / 0.4.2 / KinUX.podspec.json
blob617a59c511d1a5303bbecc1f1d906fa099dfd232
2   "name": "KinUX",
3   "version": "0.4.2",
4   "summary": "UX Library for Kin SDK iOS",
5   "description": "The KinUX library provides an out of the box model UI for spending Kin within an iOS application. Specificy what you're buying, your account, tap confirm. Success.",
6   "homepage": "https://github.com/kinecosystem/kin-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kik Enginerring": "engineering@kik.com"
13   },
14   "source": {
15     "git": "https://github.com/kinecosystem/kin-ios.git"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "KinUX/KinUX/Src/**/*",
22   "dependencies": {
23     "KinBase": [
24       "~> 0.4.2"
25     ],
26     "KinDesign": [
27       "~> 0.4.2"
28     ],
29     "gRPC-ProtoRPC": [
31     ],
32     "Protobuf": [
34     ]
35   },
36   "pod_target_xcconfig": {
37     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO=1",
38     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
39     "USE_HEADERMAP": "NO",
40     "ALWAYS_SEARCH_USER_PATHS": "NO",
41     "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen",
42     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen"
43   },
44   "swift_version": "5.0"