Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Apr 10, 2021
1 parent 1c2f099 commit 375ec0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoreDataPlus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CoreDataPlus'
s.version = '3.0.0-RC1'
s.version = '3.0.0'
s.license = 'MIT'
s.documentation_url = 'http://www.alessandromarzoli.com/CoreDataPlus'
s.summary = 'CoreData extensions.'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.2'}
s.swift_version = "5.2"
s.ios.deployment_target = '12.0'
#s.osx.deployment_target = '10.14'
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '5.0'
s.source_files = 'Sources/**/*.swift',
Expand Down

0 comments on commit 375ec0b

Please sign in to comment.