Skip to content

Commit

Permalink
Update Sync.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 8, 2015
1 parent 986ee4c commit 3ceea46
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.0.12"
s.version = "1.0.13"
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 @@ -23,8 +23,8 @@ s.source_files = 'Source/**/*'
s.frameworks = 'Foundation', 'CoreData'

s.dependency 'DATAFilter', '~> 0.8.4'
s.dependency 'DATAStack', '~> 3.1.1'
s.dependency 'DATAStack', '~> 3.1.2'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 0.1.0'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 3.3.0'
s.dependency 'NSManagedObject-HYPPropertyMapper', '~> 3.3.2'
end

0 comments on commit 3ceea46

Please sign in to comment.