[Add] DSForm 1.0.6
diff --git a/Specs/8/2/c/DSForm/1.0.6/DSForm.podspec.json b/Specs/8/2/c/DSForm/1.0.6/DSForm.podspec.json
new file mode 100644
index 0000000..9f4cf73
--- /dev/null
+++ b/Specs/8/2/c/DSForm/1.0.6/DSForm.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "DSForm",
+  "version": "1.0.6",
+  "summary": "Simple form library for iOS written in Swift",
+  "description": "Simple to use form builder framework for iOS. Build on top of UICollectionView.",
+  "homepage": "https://github.com/dimebt/DSForm",
+  "screenshots": [
+    "https://github.com/dimebt/DSForm/blob/master/images/screenshot_simulator.png?raw=true",
+    "https://raw.githubusercontent.com/dimebt/DSForm/master/images/screenshoot_xcode.png"
+  ],
+  "license": "MIT",
+  "authors": {
+    "Dimitar Stefanovski": "dimebt_2005@hotmail.com"
+  },
+  "social_media_url": "https://www.instagram.com/dime_codes/",
+  "platforms": {
+    "ios": "12.2"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "git": "https://github.com/dimebt/DSForm.git",
+    "tag": "1.0.6"
+  },
+  "source_files": "DSForm/**/*.{h,m,swift,xib}",
+  "exclude_files": "DSFormTests/**"
+}