blob: feb7d3f857bb03d730a0997787169853cdb3f804 [file] [log] [blame]
{
"name": "KinUX",
"version": "0.2.0",
"summary": "UX Library for Kin SDK iOS",
"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.",
"homepage": "https://github.com/kinecosystem/kin-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kik Enginerring": "engineering@kik.com"
},
"source": {
"git": "https://github.com/kinecosystem/kin-ios.git"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "KinUX/KinUX/Src/**/*",
"dependencies": {
"KinBase": [
"~> 0.2.0"
],
"KinDesign": [
"~> 0.2.0"
],
"gRPC-ProtoRPC": [
],
"Protobuf": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"USE_HEADERMAP": "NO",
"ALWAYS_SEARCH_USER_PATHS": "NO",
"USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen"
},
"swift_version": "5.0"
}