Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений committed Mar 26, 2019
1 parent b94e062 commit cfdd7f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Drop.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Drop"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Lightweight library to display drop alerts."
s.homepage = "https://github.com/Twas/Drop"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.social_media_url = "https://twitter.com/EugeneLeychenko"

s.platform = :ios
s.swift_version = "4.2"
s.swift_version = "5"
s.ios.deployment_target = '10.0'
s.framework = "UIKit"
s.requires_arc = true
Expand Down

0 comments on commit cfdd7f2

Please sign in to comment.