Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioIannotta committed Apr 17, 2019
1 parent 9454c7b commit 4f5d7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIBlurPopup.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MIBlurPopup'
s.version = '0.1.3'
s.version = '0.2.0'
s.summary = 'MIBlurPopup lets you create amazing popups with a blurred background.'
s.homepage = 'https://github.com/MarioIannotta/MIBlurPopup'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -9,6 +9,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.source_files = 'MIBlurPopup/*.swift'
s.pod_target_xcconfig = { "SWIFT_VERSION" => "4.0" }
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.0" }

end

0 comments on commit 4f5d7ba

Please sign in to comment.