[Add] EmogiAppKit 5.0.1
diff --git a/Specs/0/3/f/EmogiAppKit/5.0.1/EmogiAppKit.podspec.json b/Specs/0/3/f/EmogiAppKit/5.0.1/EmogiAppKit.podspec.json
new file mode 100644
index 0000000..b47cc5f
--- /dev/null
+++ b/Specs/0/3/f/EmogiAppKit/5.0.1/EmogiAppKit.podspec.json
@@ -0,0 +1,48 @@
+{
+  "name": "EmogiAppKit",
+  "version": "5.0.1",
+  "summary": "An SDK to enrich your messages with relevant stickers and gifs",
+  "description": "A great messaging experience is about more than chat. We’ve developed an SDK that incorporates best practices developed from our extensive testing and analysis of how people chat with each other. The SDK has an out-of-the-box UI that lets you offer a fun, engaging and enjoyable chat experience without extensive development. For an overview of the critical user interaction and design patterns that come included in our UI, check out our User Experience Guidelines.",
+  "homepage": "https://holler.io",
+  "swift_versions": "5.1",
+  "license": {
+    "type": "Apache License, Version 2.0",
+    "text": "      Licensed under the Apache License, Version 2.0 (the \"License\");\n      you may not use this file except in compliance with the License.\n      You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n      Unless required by applicable law or agreed to in writing, software\n      distributed under the License is distributed on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n      See the License for the specific language governing permissions and\n      limitations under the License.\n"
+  },
+  "authors": {
+    "Kevin Carter": "kevin@holler.io"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "ios": {
+    "vendored_frameworks": [
+      "EMAppKit.framework",
+      "EMAppKitResourcesFramework.framework"
+    ]
+  },
+  "source": {
+    "http": "https://s3.amazonaws.com/emogi-cdn-1/developers/ios/prod/sdk/5.0.1/EmogiAppKit.zip"
+  },
+  "xcconfig": {
+    "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
+    "OTHER_LDFLAGS": "-all_load -ObjC"
+  },
+  "dependencies": {
+    "SDWebImage": [
+      "~> 5.9.2"
+    ]
+  },
+  "testspecs": [
+    {
+      "name": "Tests",
+      "test_type": "unit",
+      "dependencies": {
+        "Result": [
+          "~> 5.0"
+        ]
+      }
+    }
+  ],
+  "swift_version": "5.1"
+}