Skip to content

Commit

Permalink
Update Sync.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Nov 3, 2015
1 parent c21b63f commit 2c97dad
Showing 1 changed file with 2 additions and 2 deletions.
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.2.0"
s.version = "1.2.1"
s.summary = "Modern JSON synchronization to Core Data"
s.description = <<-DESC
This is a category that eases your every day job of parsing an API and getting it into Core Data.
Expand All @@ -25,7 +25,7 @@ s.source_files = 'Source/**/*'
s.frameworks = 'Foundation', 'CoreData'

s.dependency 'DATAFilter', '~> 0.9.1'
s.dependency 'DATAStack', '~> 4.0.1'
s.dependency 'DATAStack', '~> 4.0.2'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3.1'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 0.1.1'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 3.3.3'
Expand Down

0 comments on commit 2c97dad

Please sign in to comment.