[Add] RSKPlaceholderTextView 3.1.0
diff --git a/Specs/7/0/2/RSKPlaceholderTextView/3.1.0/RSKPlaceholderTextView.podspec.json b/Specs/7/0/2/RSKPlaceholderTextView/3.1.0/RSKPlaceholderTextView.podspec.json
new file mode 100644
index 0000000..14c0985
--- /dev/null
+++ b/Specs/7/0/2/RSKPlaceholderTextView/3.1.0/RSKPlaceholderTextView.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "RSKPlaceholderTextView",
+  "version": "3.1.0",
+  "summary": "A light-weight UITextView subclass that adds support for placeholder.",
+  "homepage": "https://github.com/ruslanskorb/RSKPlaceholderTextView",
+  "license": {
+    "type": "Apache",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Ruslan Skorb": "ruslan.skorb@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/ruslanskorb/RSKPlaceholderTextView.git",
+    "tag": "3.1.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "RSKPlaceholderTextView/*.{swift}",
+  "frameworks": "UIKit",
+  "requires_arc": true
+}