[Add] iOSEasyList 1.0.6
diff --git a/Specs/b/1/d/iOSEasyList/1.0.6/iOSEasyList.podspec.json b/Specs/b/1/d/iOSEasyList/1.0.6/iOSEasyList.podspec.json
new file mode 100644
index 0000000..3679c5a
--- /dev/null
+++ b/Specs/b/1/d/iOSEasyList/1.0.6/iOSEasyList.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "iOSEasyList",
+  "version": "1.0.6",
+  "summary": "A data-driven UICollectionView and UITableView framework for building fast and flexible lists",
+  "description": "Framework to simplify the setup and configuration of UITableView and UICollectionView data sources and cells. It allows a type-safe setup of (UITableView,UICollectionView) DataSource and Delegate. DataSource also provides out-of-the-box diffing and animated deletions, inserts, moves and changes.",
+  "homepage": "https://github.com/MostafaTaghipour/iOSEasyList",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Mostafa Taghipour": "mostafa.taghipour@ymail.com"
+  },
+  "source": {
+    "git": "https://github.com/MostafaTaghipour/iOSEasyList.git",
+    "tag": "1.0.6"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "iOSEasyList/Classes/**/*",
+  "frameworks": [
+    "UIKit",
+    "MapKit"
+  ]
+}