Skip to content

Commit

Permalink
3.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
alemar11 committed Oct 14, 2020
1 parent 0574d0c commit cb4491a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CoreDataPlus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ Pod::Spec.new do |s|
s.name = 'CoreDataPlus'
s.version = '3.0.0-RC1'
s.license = 'MIT'
#s.documentation_url = 'http://www.tinrobots.org/CoreDataPlus'
s.documentation_url = 'http://www.alessandromarzoli.com/CoreDataPlus'
s.summary = 'CoreData extensions.'
#s.homepage = 'https://github.com/tinrobots/CoreDataPlus'
s.homepage = 'https://cocoapods.org/pods/CoreDataPlus'
s.homepage = 'https://github.com/alemar11/CoreDataPlus'
s.authors = { 'Alessandro Marzoli' => '[email protected]' }
s.source = { :git => 'https://github.com/tinrobots/CoreDataPlus.git', :tag => s.version }
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"
Expand Down

0 comments on commit cb4491a

Please sign in to comment.