Skip to content

Commit

Permalink
Update Sync.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Aug 31, 2016
1 parent ca4a5fa commit 69b436e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.13.1"
s.version = "1.13.2"
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 @@ -31,6 +31,6 @@ s.frameworks = 'Foundation', 'CoreData'
s.dependency 'DATAFilter', '~> 0.11.2'
s.dependency 'DATAStack', '~> 5.4.1'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3.1'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 1.2.3'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 4.0.0'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 1.2.4'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 4.0.1'
end

0 comments on commit 69b436e

Please sign in to comment.