Skip to content

Commit

Permalink
refactor: updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
soo941226 committed Feb 14, 2022
1 parent dc43f96 commit bf92e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VEM.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |project|
project.name = 'VEM'
project.version = '0.1.0'
project.version = '0.1.3'
project.summary = 'Visual effects manager'
project.swift_versions = '5.5'
project.homepage = 'https://github.com/soo941226/VEM'
project.license = { :type => 'MIT', :file => 'LICENSE' }
project.author = { 'soo941226' => '[email protected]' }
project.source = { :git => 'https://github.com/soo941226/VEM.git', :tag => spec.version.to_s }
project.source = { :git => 'https://github.com/soo941226/VEM.git', :tag => project.version.to_s }
project.ios.deployment_target = '13.0'
project.source_files = 'Core/**/*'
end

0 comments on commit bf92e9a

Please sign in to comment.