[Add] random-swift 1.0.1
diff --git a/Specs/5/1/6/random-swift/1.0.1/random-swift.podspec.json b/Specs/5/1/6/random-swift/1.0.1/random-swift.podspec.json
new file mode 100644
index 0000000..20ef19f
--- /dev/null
+++ b/Specs/5/1/6/random-swift/1.0.1/random-swift.podspec.json
@@ -0,0 +1,44 @@
+{
+  "name": "random-swift",
+  "version": "1.0.1",
+  "summary": "A utility for randomly generated data, content, and assets.",
+  "description": "'random-swift is a utility for generating random data, content, and assets for iOS applications & XCTests in Swift.'",
+  "homepage": "https://github.com/GigabiteLabs/random-swift.git",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "GigabiteLabs": "engineering@gigabitelabs.com"
+  },
+  "source": {
+    "git": "https://github.com/GigabiteLabs/random-swift.git",
+    "tag": "1.0.1"
+  },
+  "social_media_url": "https://twitter.com/gigabitelabs",
+  "platforms": {
+    "ios": "13.0"
+  },
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ],
+  "swift_versions": "5.3",
+  "pod_target_xcconfig": {
+    "OTHER_LDFLAGS": "$(inherited) -ObjC"
+  },
+  "xcconfig": {
+    "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 USE_COCOAPODS_FW_PATHS=1"
+  },
+  "source_files": "Sources/random-swift/**/*",
+  "resources": "Sources/random-swift/Resources/*.{txt}",
+  "testspecs": [
+    {
+      "name": "random-swift_tests",
+      "test_type": "unit",
+      "requires_app_host": true,
+      "source_files": "Projects/CocoapodsExample/random-swift-ExampleTests/Sources/*.{swift}"
+    }
+  ],
+  "swift_version": "5.3"
+}