[Add] Source 1.3.1
diff --git a/Specs/f/3/1/Source/1.3.1/Source.podspec.json b/Specs/f/3/1/Source/1.3.1/Source.podspec.json
new file mode 100644
index 0000000..1e9d4e1
--- /dev/null
+++ b/Specs/f/3/1/Source/1.3.1/Source.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "Source",
+  "version": "1.3.1",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "summary": "The generic data source implementation for all your view controllers.",
+  "description": "Tired of implementing the data sources over and over again? Want to use a lightweight solution that does not mess up your view controllers? Then this is for you! The generic data source implementation for all your view controllers, that supports UITableView, UICollectionView and NSFetchedResultsController.",
+  "homepage": "https://github.com/Blackjacx/Source",
+  "social_media_url": "https://twitter.com/Blackjacxxx",
+  "authors": {
+    "Stefan Herold": "stefan.herold@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Blackjacx/Source.git",
+    "tag": "1.3.1"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": "Source/Classes/**/*",
+  "frameworks": "UIKit",
+  "swift_versions": [
+    "5.1"
+  ],
+  "swift_version": "5.1"
+}