[Add] IOPatternLock 1.0.6
diff --git a/Specs/a/0/3/IOPatternLock/1.0.6/IOPatternLock.podspec.json b/Specs/a/0/3/IOPatternLock/1.0.6/IOPatternLock.podspec.json
new file mode 100644
index 0000000..398fe15
--- /dev/null
+++ b/Specs/a/0/3/IOPatternLock/1.0.6/IOPatternLock.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "IOPatternLock",
+  "summary": "An easy-to-use, customizable Android Pattern Lock view for iOS",
+  "version": "1.0.6",
+  "authors": "Ilker OZCAN",
+  "homepage": "https://github.com/ilk33r/IOPatternLock",
+  "license": {
+    "type": "MIT"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "requires_arc": true,
+  "source": {
+    "git": "https://github.com/ilk33r/IOPatternLock.git",
+    "tag": "1.0.6"
+  },
+  "default_subspecs": "Default",
+  "module_name": "IOPatternLock",
+  "pod_target_xcconfig": {
+    "DEFINES_MODULE": "YES"
+  },
+  "frameworks": [
+    "Foundation",
+    "UIKit"
+  ],
+  "subspecs": [
+    {
+      "name": "Default",
+      "public_header_files": [
+        "IOPatternLock/IOPatternLock.h",
+        "IOPatternLock/Protocols/IOPatternLockDelegate.h",
+        "IOPatternLock/Views/IOPatternLockView.h"
+      ],
+      "source_files": "IOPatternLock/**/*.{h,m}"
+    }
+  ]
+}