Skip to content

Commit

Permalink
[Update] LLRoundSwitch (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLobo committed Aug 4, 2012
1 parent ba2a8da commit 8a1a5a8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions LLRoundSwitch/1.0.1/LLRoundSwitch.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = 'LLRoundSwitch'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Customizable replacement for UISwitch with ARC support.'
s.homepage = 'http://github.com/LordLobo/LLRoundSwitch'
s.author = { 'LordLobo' => 'dan.giralte@gmail.com' }

s.source = { :git => 'https://github.com/LordLobo/LLRoundSwitch.git', :tag => '1.0.1' }

s.description = 'Customize the on/off text, the color of the background, supports event delegation, all with ARC in-mind.'

s.platform = :ios

s.source_files = 'LLRoundSwitch/*.{h,m}'

s.clean_path = 'LLRoundSwitchDemo'

s.frameworks = 'QuartzCore', 'UIKit', 'Foundation', 'CoreGraphics'

s.requires_arc = true
end

0 comments on commit 8a1a5a8

Please sign in to comment.