diff --git a/Sync.podspec b/Sync.podspec index a395e001..573fedcb 100755 --- a/Sync.podspec +++ b/Sync.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sync" -s.version = "2.7.0" +s.version = "3.0.0" 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. @@ -27,7 +27,4 @@ s.requires_arc = true s.source_files = 'Source/**/*' s.frameworks = 'Foundation', 'CoreData' - -s.dependency 'DATAStack', '~> 7.0.1' -s.dependency 'SYNCPropertyMapper', '~> 5.2.0' end