[Add] PixleeSDK 2.3.0-rc.6
diff --git a/Specs/8/1/4/PixleeSDK/2.3.0-rc.6/PixleeSDK.podspec.json b/Specs/8/1/4/PixleeSDK/2.3.0-rc.6/PixleeSDK.podspec.json
new file mode 100644
index 0000000..f8e87d6
--- /dev/null
+++ b/Specs/8/1/4/PixleeSDK/2.3.0-rc.6/PixleeSDK.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "PixleeSDK",
+  "version": "2.3.0-rc.6",
+  "summary": "An API Wrapper for Pixlee API",
+  "description": "This SDK makes it easy for Pixlee customers to easily include Pixlee albums in their native iOS apps. It includes a native wrapper to the Pixlee album API as well as some drop-in and customizable UI elements to quickly get you started. This repo includes both the Pixlee iOS SDK and an example project to show you how it's used.",
+  "homepage": "https://github.com/pixlee/pixlee-ios-sdk.git",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Sungjun Hong": "sungjun@pixleeteam.com"
+  },
+  "source": {
+    "git": "https://github.com/pixlee/pixlee-ios-sdk.git",
+    "tag": "2.3.0-rc.6"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "5.0",
+  "source_files": "Classes/**/*{swift}",
+  "resources": "Classes/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
+  "dependencies": {
+    "Alamofire": [
+      "~> 5.0"
+    ],
+    "Nuke": [
+      "~> 8.4.0"
+    ]
+  },
+  "swift_version": "5.0"
+}