From 0ad7d1e69557e131200d913620733851b9a24c1c Mon Sep 17 00:00:00 2001 From: E L V I S <3lvis@users.noreply.github.com> Date: Sat, 6 Jun 2020 11:36:05 -0500 Subject: [PATCH] Update Sync.podspec --- Sync.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sync.podspec b/Sync.podspec index a8e5bcf2..61134cdc 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "6.0.2" +s.version = "6.0.3" s.summary = "Modern Swift JSON synchronization to Core Data" s.description = <<-DESC **Sync** eases your everyday job of parsing a `JSON` response and getting it into Core Data. It uses a convention-over-configuration paradigm to facilitate your workflow.