[Add] RxPagingKit 0.4.1
diff --git a/Specs/4/c/b/RxPagingKit/0.4.1/RxPagingKit.podspec.json b/Specs/4/c/b/RxPagingKit/0.4.1/RxPagingKit.podspec.json
new file mode 100644
index 0000000..18cead4
--- /dev/null
+++ b/Specs/4/c/b/RxPagingKit/0.4.1/RxPagingKit.podspec.json
@@ -0,0 +1,30 @@
+{
+  "name": "RxPagingKit",
+  "version": "0.4.1",
+  "summary": "Reactive Extension for PagingKit",
+  "description": "You can implement the binding with Reactive Programming instead of Delegate pattern.",
+  "homepage": "https://github.com/kazuhiro4949/RxPagingKit",
+  "license": "MIT",
+  "authors": {
+    "Kazuhiro Hayashi": "k.hayashi.info@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/kazuhiro4949/RxPagingKit.git",
+    "tag": "0.4.1"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "RxPagingKit/*.{swift,h}",
+  "dependencies": {
+    "RxSwift": [
+      "~> 4.5"
+    ],
+    "RxCocoa": [
+      "~> 4.5"
+    ],
+    "PagingKit": [
+      "~> 1"
+    ]
+  }
+}