Skip to content

Commit

Permalink
Added SVSegmentedControl
Browse files Browse the repository at this point in the history
  • Loading branch information
jinthagerman committed Jun 19, 2012
1 parent a26173a commit bbc344a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SVSegmentedControl/0.0.1/SVSegmentedControl.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SVSegmentedControl'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'A UISwitch-like segmented control for your iOS app.'
s.homepage = 'https://github.com/samvermette/SVSegmentedControl'
s.author = { 'Sam Vermette' => 'http://samvermette.com' }
s.source = { :git => 'https://github.com/samvermette/SVSegmentedControl.git',
:commit => '709663865561323c6e47c20b17f0f3bb04acf31e' }
s.source_files = 'SVSegmentedControl/*.{h,m}'
s.clean_paths = 'Demo'
s.frameworks = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit bbc344a

Please sign in to comment.