[Add] SKCountryPicker 1.2.8
diff --git a/Specs/9/8/3/SKCountryPicker/1.2.8/SKCountryPicker.podspec.json b/Specs/9/8/3/SKCountryPicker/1.2.8/SKCountryPicker.podspec.json
new file mode 100644
index 0000000..ed33745
--- /dev/null
+++ b/Specs/9/8/3/SKCountryPicker/1.2.8/SKCountryPicker.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "SKCountryPicker",
+  "version": "1.2.8",
+  "summary": "A simple, customizable Country picker for picking country or dialing code.",
+  "description": "CountryPicker is module for selecting country of the user by searching",
+  "homepage": "https://github.com/SURYAKANTSHARMA/CountryPicker",
+  "screenshots": [
+    "https://user-images.githubusercontent.com/6416095/32143344-40f55c80-bc65-11e7-98d7-5429654940a2.png",
+    "https://user-images.githubusercontent.com/6416095/32143470-debef3f8-bc66-11e7-8460-502e5cff1491.png"
+  ],
+  "license": "MIT",
+  "authors": {
+    "SuryaKant Sharma": "suryakantsharma84@gmail.com"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "git": "https://github.com/SURYAKANTSHARMA/CountryPicker",
+    "tag": "1.2.8"
+  },
+  "source_files": "CountryPicker/CountryPicker/**/*.{swift}",
+  "exclude_files": "Classes/Exclude",
+  "resources": "CountryPicker/CountryPicker/*.{png}",
+  "resource_bundles": {
+    "CountryPickerController": [
+      "CountryPicker/CountryPicker/CountryPickerController.bundle/*"
+    ]
+  },
+  "swift_version": "5.0"
+}