[Add] SnapSDK 1.11.0
diff --git a/Specs/7/0/b/SnapSDK/1.11.0/SnapSDK.podspec.json b/Specs/7/0/b/SnapSDK/1.11.0/SnapSDK.podspec.json
new file mode 100644
index 0000000..9f5582d
--- /dev/null
+++ b/Specs/7/0/b/SnapSDK/1.11.0/SnapSDK.podspec.json
@@ -0,0 +1,74 @@
+{
+  "name": "SnapSDK",
+  "version": "1.11.0",
+  "summary": "Snap Kit lets developers like you integrate some of Snapchat’s best features across your platform.",
+  "homepage": "https://kit.snapchat.com",
+  "license": {
+    "type": "Snap Developer Terms of Service",
+    "file": "LICENSE"
+  },
+  "authors": "Snap",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "documentation_url": "https://docs.snapchat.com/docs/",
+  "source": {
+    "http": "https://storage.googleapis.com/snap-kit-build/scsdk/ios/release/latest/SCSDK-1.11.0.tar.gz",
+    "type": "tgz"
+  },
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "subspecs": [
+    {
+      "name": "SCSDKCoreKit",
+      "vendored_frameworks": "SCSDKCoreKit.xcframework"
+    },
+    {
+      "name": "SCSDKCreativeKit",
+      "vendored_frameworks": "SCSDKCreativeKit.xcframework",
+      "dependencies": {
+        "SnapSDK/SCSDKCoreKit": [
+
+        ]
+      }
+    },
+    {
+      "name": "SCSDKLoginKit",
+      "vendored_frameworks": "SCSDKLoginKit.xcframework",
+      "dependencies": {
+        "SnapSDK/SCSDKCoreKit": [
+
+        ]
+      }
+    },
+    {
+      "name": "SCSDKBitmojiKit",
+      "vendored_frameworks": "SCSDKBitmojiKit.xcframework",
+      "dependencies": {
+        "SnapSDK/SCSDKCoreKit": [
+
+        ],
+        "PINCache": [
+          ">= 2.3",
+          "< 3.1"
+        ],
+        "PINOperation": [
+          "~> 1.2.1"
+        ]
+      }
+    },
+    {
+      "name": "SCSDKStoryKit",
+      "vendored_frameworks": "SCSDKStoryKit.xcframework",
+      "dependencies": {
+        "SnapSDK/SCSDKCoreKit": [
+
+        ]
+      }
+    }
+  ]
+}