From 93542bf76c64b77176a338d13246de5039f98c45 Mon Sep 17 00:00:00 2001 From: Elvis <3lvis@users.noreply.github.com> Date: Mon, 28 Jan 2019 10:12:03 +0100 Subject: [PATCH] Update Sync.podspec --- Sync.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sync.podspec b/Sync.podspec index 2cac3920..3b0b0f87 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "5.2.0" +s.version = "5.2.1" 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.