Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleweiner committed Oct 20, 2014
1 parent f339518 commit 1b14cad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions KWStepper.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "KWStepper"
s.version = "0.0.1"
s.summary = "A stepper control with flexible UI and tailored UX."
s.homepage = "https://github.com/kyleweiner/KWStepper"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Kyle Weiner" => "kyle@kylemade.com" }
s.screenshots = "https://raw.githubusercontent.com/kyleweiner/KWStepper/master/screenshots.png"
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/kyleweiner/KWStepper.git", :tag => s.version.to_s }
s.requires_arc = true
s.source_files = "KWStepper/*.swift"
s.description = <<-DESC
KWStepper is a stepper control written in Swift. Unlike UIStepper, KWStepper allows for a fully customized UI and provides optional delegate methods for tailoring the UX.
DESC
end

0 comments on commit 1b14cad

Please sign in to comment.