Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Jan 11, 2022
1 parent cef40ca commit 8b57d34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CoreDataPlus.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'CoreDataPlus'
s.version = '4.0.0'
s.version = '5.0.0'
s.license = 'MIT'
s.documentation_url = 'http://www.alessandromarzoli.com/CoreDataPlus'
s.summary = 'CoreData extensions.'
s.homepage = 'https://github.com/alemar11/CoreDataPlus'
s.authors = { 'Alessandro Marzoli' => '[email protected]' }
s.source = { :git => 'https://github.com/alemar11/CoreDataPlus.git', :tag => s.version }
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.2'}
s.swift_version = "5.2"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.5'}
s.swift_version = "5.5"
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '12.0'
Expand Down

0 comments on commit 8b57d34

Please sign in to comment.