[Add] TISDK 1.3.1
diff --git a/Specs/a/6/5/TISDK/1.3.1/TISDK.podspec.json b/Specs/a/6/5/TISDK/1.3.1/TISDK.podspec.json
new file mode 100644
index 0000000..c46be02
--- /dev/null
+++ b/Specs/a/6/5/TISDK/1.3.1/TISDK.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "TISDK",
+  "version": "1.3.1",
+  "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.3.1"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "swift_versions": "4.0",
+  "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"
+  },
+  "vendored_frameworks": "TISDK.framework",
+  "swift_version": "4.0"
+}