Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Jul 10, 2013
1 parent b96bbf1 commit 1f0d91c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions SAMGradientView.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SAMGradientView'
s.version = '0.1.0'
s.authors = {'Sam Soffes' => '[email protected]'}
s.homepage = 'https://github.com/soffes/SAMGradientView'
s.summary = 'Easily use gradients in UIKit.'
s.source = {:git => 'https://github.com/soffes/SAMGradientView.git', :tag => 'v0.1.0'}
s.license = { :type => 'MIT', :file => 'LICENSE' }
Pod::Spec.new do |spec|
spec.name = 'SAMGradientView'
spec.version = '0.1.1'
spec.authors = {'Sam Soffes' => '[email protected]'}
spec.homepage = 'https://github.com/soffes/SAMGradientView'
spec.summary = 'Easily use gradients in UIKit.'
spec.source = {:git => 'https://github.com/soffes/SAMGradientView.git', :tag => "v#{spec.version}"}
spec.license = { :type => 'MIT', :file => 'LICENSE' }

s.platform = :ios
s.requires_arc = true
s.frameworks = 'UIKit', 'CoreGraphics'
s.source_files = 'SAMGradientView'
spec.platform = :ios
spec.requires_arc = true
spec.frameworks = 'UIKit', 'CoreGraphics'
spec.source_files = 'SAMGradientView'
end

0 comments on commit 1f0d91c

Please sign in to comment.