blob: 530a6195bea2d9b422806335c2518c7f112dd15e [file] [log] [blame]
{
"name": "TISDK",
"version": "1.6.0",
"summary": "Tinkoff Insurance SDK",
"description": "Tinkoff Insurance SDK helps you buy OSAGO or KACKO insurance policies online in 5 minutes!",
"homepage": "https://www.tinkoff.ru",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Vasilenko Igor Vladimirovich": "i.v.vasilenko@tinkoff.ru"
},
"source": {
"git": "https://github.com/TinkoffCreditSystems/tisdk-ios.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"frameworks": [
"UIKit",
"PassKit",
"AVFoundation",
"CoreText",
"Security"
],
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++",
"BITCODE_GENERATION_MODE": "bitcode",
"OTHER_CFLAGS": "-fembed-bitcode"
},
"dependencies": {
"ASDKCore": [
"~> 1.5.2"
],
"ASDKUI": [
"~> 1.5.2"
],
"SnapKit": [
"~> 5.0.0"
],
"NMEasyTipView": [
"~> 1.1"
],
"TPKeyboardAvoiding": [
"~> 1.3.2"
],
"TTTAttributedLabel": [
"~> 2.0.0"
],
"AFNetworking/NSURLSession": [
"~> 4.0.1"
],
"Typhoon": [
"~> 4.0.8"
],
"IGListKit": [
"~> 4.0.0"
]
},
"vendored_frameworks": [
"TISDK.framework",
"TinkoffUIKit.framework",
"TCSSmartFields.framework",
"TCSTextInputUtils.framework",
"TinkoffUtils.framework",
"TCSCardNumberUtils.framework",
"TinkoffDesignKit.framework"
],
"swift_version": "5.1"
}