Skip to content

Commit

Permalink
Merge branch 'master' of github.com:3lvis/Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 4, 2020
2 parents 7caf8d3 + efc9b5f commit 9aa7bf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = "6.0.3"
s.version = "6.5.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.
Expand All @@ -19,10 +19,10 @@ s.author = { "Elvis Nuñez" => "[email protected]" }
s.source = { :git => "https://github.com/3lvis/Sync.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/3lvis"

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.13'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.15'
s.watchos.deployment_target = '5.0'
s.tvos.deployment_target = '11.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
s.swift_version = '5.0'
Expand Down

0 comments on commit 9aa7bf1

Please sign in to comment.