From 4c2aafe53f2888d648b6d640a285fb6bed01556d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Fri, 21 Oct 2016 15:39:00 +0200 Subject: [PATCH] Update pods --- Podfile.lock | 10 +++++----- Sync.podspec | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index bb0ebaa7..62b2da07 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,10 +2,10 @@ PODS: - DATASource (5.10.0) - DATAStack (5.4.2) - JSON (4.0.2) - - Sync (1.15.0): + - Sync (1.16.1): - DATAStack (~> 5.4.2) - - SYNCPropertyMapper (~> 5.0.0) - - SYNCPropertyMapper (5.0.0) + - SYNCPropertyMapper (~> 5.0.1) + - SYNCPropertyMapper (5.0.1) DEPENDENCIES: - DATASource (~> 5) @@ -20,8 +20,8 @@ SPEC CHECKSUMS: DATASource: 444542bc20734886c3fa46f53ec4b1dbee750950 DATAStack: 931ef9a21c6badd0ff5de494a5d49109ba7e8115 JSON: d08f22c3e523be050d5d5f40bca43ec02d95b2cc - Sync: d9632128cfd71a07bda885030721a8a7043f3628 - SYNCPropertyMapper: 895eb568673f3af12d4357fa37ea88f9c411a66a + Sync: c9627b90cced5ba6694b82f289aca44f047e06f2 + SYNCPropertyMapper: 316eeeeaad170a7407a82b15989852fcbf1f6573 PODFILE CHECKSUM: 7a3c7e2d1ff850847d49164a7d6f1dedd5261745 diff --git a/Sync.podspec b/Sync.podspec index d00cd624..51247ed5 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "1.16.0" +s.version = "1.16.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. @@ -29,5 +29,5 @@ s.source_files = 'Source/**/*' s.frameworks = 'Foundation', 'CoreData' s.dependency 'DATAStack', '~> 5.4.2' -s.dependency 'SYNCPropertyMapper', '~> 5.0.0' +s.dependency 'SYNCPropertyMapper', '~> 5.0.1' end