[Add] SnapSDK 1.6.6
diff --git a/Specs/7/0/b/SnapSDK/1.6.6/SnapSDK.podspec.json b/Specs/7/0/b/SnapSDK/1.6.6/SnapSDK.podspec.json
new file mode 100644
index 0000000..21b9cb3
--- /dev/null
+++ b/Specs/7/0/b/SnapSDK/1.6.6/SnapSDK.podspec.json
@@ -0,0 +1,64 @@
+{
+  "name": "SnapSDK",
+  "version": "1.6.6",
+  "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": "9.0"
+  },
+  "documentation_url": "https://docs.snapchat.com/docs/",
+  "source": {
+    "http": "https://storage.googleapis.com/snap-kit-build/scsdk/ios/release/latest/SCSDK-1.6.6.tar.gz",
+    "type": "tgz"
+  },
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "subspecs": [
+    {
+      "name": "SCSDKCreativeKit",
+      "vendored_frameworks": [
+        "SCSDKCreativeKit.framework",
+        "SCSDKCoreKit.framework"
+      ]
+    },
+    {
+      "name": "SCSDKLoginKit",
+      "vendored_frameworks": [
+        "SCSDKLoginKit.framework",
+        "SCSDKCoreKit.framework"
+      ]
+    },
+    {
+      "name": "SCSDKBitmojiKit",
+      "vendored_frameworks": [
+        "SCSDKBitmojiKit.framework",
+        "SCSDKCoreKit.framework"
+      ],
+      "dependencies": {
+        "PINCache": [
+          ">= 2.3",
+          "< 3.1"
+        ],
+        "PINOperation": [
+          "~> 1.2"
+        ]
+      }
+    },
+    {
+      "name": "SCSDKStoryKit",
+      "vendored_frameworks": [
+        "SCSDKStoryKit.framework",
+        "SCSDKCoreKit.framework"
+      ]
+    }
+  ]
+}