Skip to content

Commit

Permalink
minor podspec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
neobeppe committed Oct 24, 2018
1 parent 1b3dd92 commit 85c00d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Squircle.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'Squircle'
s.version = '1.2.0'
s.version = '1.2.1'
s.summary = 'Squircle rounding corner for UIView'


Expand All @@ -10,10 +10,10 @@ Lightweight library to apply a squircle rounded corner to any UIView.
You can apply
DESC

s.homepage = 'https://github.com/AlphaSheeps/Squircle'
s.homepage = 'https://github.com/neobeppe/Squircle'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Giuseppe Travasoni' => 'giuseppe.travasoni@gmail.com' }
s.source = { :git => 'https://github.com/AlphaSheeps/Squircle.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/neobeppe/Squircle.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.source_files = 'Squircle/**/*'
Expand Down

0 comments on commit 85c00d4

Please sign in to comment.