Skip to content

Instantly share code, notes, and snippets.

@Igor-Palaguta
Created August 29, 2016 14:13
Show Gist options
  • Save Igor-Palaguta/5fd6297ae31fa65dde4d5d0b19f2de78 to your computer and use it in GitHub Desktop.
Save Igor-Palaguta/5fd6297ae31fa65dde4d5d0b19f2de78 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "SimpleButton"
s.version = "2.1.1"
s.summary = "Simple UIButton subclass with additional state change animations (e.g. backgroundColor)"
s.description = "Simple UIButton subclass with animated, state-aware attributes. Easy to subclass and configure!"
s.homepage = "https://github.com/aloco/SimpleButton"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Andreas Tinoco Lobo" => "andreas@tinoco-lobo.at" }
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/aloco/SimpleButton.git", :tag => s.version }
s.requires_arc = true
s.source_files = "SimpleButton/*.swift"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment