[Add] SQWebViewController 1.0.5
diff --git a/Specs/c/9/7/SQWebViewController/1.0.5/SQWebViewController.podspec.json b/Specs/c/9/7/SQWebViewController/1.0.5/SQWebViewController.podspec.json
new file mode 100644
index 0000000..e4bc706
--- /dev/null
+++ b/Specs/c/9/7/SQWebViewController/1.0.5/SQWebViewController.podspec.json
@@ -0,0 +1,47 @@
+{
+  "name": "SQWebViewController",
+  "version": "1.0.5",
+  "summary": "A light weight web view controller in iOS.",
+  "description": "A multi style picker view in iOS.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
+  "homepage": "https://github.com/semnyqu/SQWebViewController",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "semnyqu": "semny.qu@gmail.com"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://github.com/semnyqu/SQWebViewController.git",
+    "tag": "1.0.5"
+  },
+  "source_files": [
+    "SQWebViewController/SQWebViewController/*.{h,m}",
+    "SQWebViewController/SQWebViewController/Activity/*.{h,m}",
+    "SQWebViewController/SQWebViewController/Security/*.{h,m}"
+  ],
+  "resources": "SQWebViewController/SQWebViewController/SQWebViewController.bundle",
+  "frameworks": [
+    "UIKit",
+    "Foundation",
+    "WebKit"
+  ],
+  "requires_arc": true,
+  "dependencies": {
+    "AXPracticalHUD": [
+
+    ],
+    "AXNavigationBackItemInjection": [
+
+    ],
+    "NJKWebViewProgress": [
+
+    ],
+    "Aspects": [
+
+    ]
+  }
+}