[Add] CountryPickerView 3.0.5
diff --git a/Specs/8/c/8/CountryPickerView/3.0.5/CountryPickerView.podspec.json b/Specs/8/c/8/CountryPickerView/3.0.5/CountryPickerView.podspec.json
new file mode 100644
index 0000000..eca0012
--- /dev/null
+++ b/Specs/8/c/8/CountryPickerView/3.0.5/CountryPickerView.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "CountryPickerView",
+  "version": "3.0.5",
+  "summary": "A simple, customizable view for selecting countries in iOS apps.",
+  "homepage": "https://github.com/kizitonwose/CountryPickerView",
+  "license": "MIT",
+  "authors": {
+    "Kizito Nwose": "kizitonwose@gmail.com"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://github.com/kizitonwose/CountryPickerView.git",
+    "tag": "3.0.5"
+  },
+  "source_files": "CountryPickerView/**/*.{swift}",
+  "resource_bundles": {
+    "CountryPickerView": [
+      "CountryPickerView/Assets/CountryPickerView.bundle/*",
+      "CountryPickerView/**/*.{xib}"
+    ]
+  },
+  "pod_target_xcconfig": {
+    "SWIFT_VERSION": "5.0"
+  }
+}