[Add] ZYTextInputAvoidKeyboard 0.2.0
diff --git a/Specs/0/d/3/ZYTextInputAvoidKeyboard/0.2.0/ZYTextInputAvoidKeyboard.podspec.json b/Specs/0/d/3/ZYTextInputAvoidKeyboard/0.2.0/ZYTextInputAvoidKeyboard.podspec.json
new file mode 100644
index 0000000..29bea15
--- /dev/null
+++ b/Specs/0/d/3/ZYTextInputAvoidKeyboard/0.2.0/ZYTextInputAvoidKeyboard.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "ZYTextInputAvoidKeyboard",
+  "version": "0.2.0",
+  "summary": "Adjust textView`s position well to avoid input cursor being covered.",
+  "description": "ZYTextInputAvoidKeyboard is designed for textView or containerView with textView on ScrollView. In order to adjust textView`s position well to avoid input cursor being covered.",
+  "homepage": "https://github.com/wustzhy/ZYTextInputAvoidKeyboard",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "赵洋": "zhaoyang@deepleaper.com"
+  },
+  "source": {
+    "git": "https://github.com/wustzhy/ZYTextInputAvoidKeyboard.git",
+    "tag": "0.2.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "ZYTextInputAvoidKeyboard/Classes/**/*",
+  "dependencies": {
+    "KVOController": [
+      "~> 1.2.0"
+    ]
+  }
+}