Skip to content

Commit

Permalink
Update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 21, 2016
1 parent f9da5e1 commit 4c2aafe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -20,8 +20,8 @@ SPEC CHECKSUMS:
DATASource: 444542bc20734886c3fa46f53ec4b1dbee750950
DATAStack: 931ef9a21c6badd0ff5de494a5d49109ba7e8115
JSON: d08f22c3e523be050d5d5f40bca43ec02d95b2cc
Sync: d9632128cfd71a07bda885030721a8a7043f3628
SYNCPropertyMapper: 895eb568673f3af12d4357fa37ea88f9c411a66a
Sync: c9627b90cced5ba6694b82f289aca44f047e06f2
SYNCPropertyMapper: 316eeeeaad170a7407a82b15989852fcbf1f6573

PODFILE CHECKSUM: 7a3c7e2d1ff850847d49164a7d6f1dedd5261745

Expand Down
4 changes: 2 additions & 2 deletions Sync.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 4c2aafe

Please sign in to comment.