Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from lotusflare/update_podspec_author_licence
Browse files Browse the repository at this point in the history
Update CoreDataGenerator.podspec
  • Loading branch information
ivandjlf authored Jul 16, 2021
2 parents 71e4c8b + 16b7b26 commit c672443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoreDataGenerator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Pod::Spec.new do |s|

s.name = "CoreDataGenerator"
s.version = '1.0.0'
s.license = { :type => 'PROPRIETARY', :file => 'LICENSE' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/lotusflare/lfos-cdg'
s.authors = { 'LotusFlare' => 'lotusflare.com' }
s.authors = { 'LotusFlare' => 'ios@lotusflare.com' }
s.summary = "LotusFlare Core Data Generator"
s.source = { :git => "https://github.com/lotusflare/lfos-cdg.git", :tag => s.version.to_s }
s.swift_versions = ["5.0"]
Expand Down

0 comments on commit c672443

Please sign in to comment.