Skip to content

Instantly share code, notes, and snippets.

@phillbaker
Created July 31, 2012 16:10
Show Gist options
  • Save phillbaker/3218151 to your computer and use it in GitHub Desktop.
Save phillbaker/3218151 to your computer and use it in GitHub Desktop.
LLRoundSwitch v1.0.1
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 => 'http://github.com/LordLobo/LLRoundSwitch.git', :commit => 'ae2fdb6d7bc7b6b0f1e96f4aadd69f7246477422' }
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment