Skip to content

Commit

Permalink
Update Trident.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bawn committed Aug 26, 2020
1 parent 83d5cb8 commit 94da10c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Trident.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Trident'
s.version = '0.3.0'
s.version = '0.4.0'
s.summary = 'A MenuView For Aquaman'
s.homepage = 'https://github.com/bawn/Trident'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -20,5 +20,4 @@ Pod::Spec.new do |s|
s.source_files = ["Trident/*.swift", "Trident/Trident.h"]
s.frameworks = 'UIKit'
s.swift_version = "4.2"
s.dependency 'SnapKit', '~> 4.2.0'
end

0 comments on commit 94da10c

Please sign in to comment.