From 1fd202f5ab53e7759f7402baae643eb00a92d609 Mon Sep 17 00:00:00 2001 From: Adam Sharp Date: Tue, 27 Dec 2016 17:37:06 -0500 Subject: [PATCH] Add version compatibility matrix --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 42ff85c..644fe39 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Swish is a networking library that is particularly meant for requesting and decoding JSON via [Argo](http://github.com/thoughtbot/Argo). It is protocol based, and so aims to be easy to test and customize. +## Version Compatibility + +Here is the current Swift compatibility breakdown: + +| Swift Version | Swish Version | +| ------------- | ------------ | +| 3.X | 2.X | +| 2.X | 1.X | + ## Installation ### [Carthage]