Skip to content

Commit

Permalink
Revert deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dqhieu authored and tonydinh-grabtaxi committed Apr 10, 2019
1 parent 1692b2a commit 2e1029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIGradient.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "UIGradient"
s.version = "1.3"
s.version = "1.3.1"
s.summary = "A simple and powerful library for using gradient image, color"
s.homepage = "https://github.com/dqhieu/UIGradient"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Đinh Quang Hiếu" => "[email protected]" }
s.platform = :ios, "11.0"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/dqhieu/UIGradient.git", :tag => "#{s.version}" }
s.source_files = "Sources/*.swift"

Expand Down

0 comments on commit 2e1029c

Please sign in to comment.