forked from sebastienwindal/FRDLivelyButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFRDLivelyButton.podspec
More file actions
15 lines (15 loc) · 836 Bytes
/
FRDLivelyButton.podspec
File metadata and controls
15 lines (15 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "FRDLivelyButton"
s.version = "1.1.3"
s.summary = "Lively button."
s.description = "Simple UIButton subclass intended to be used inside a UIBarButtonItem. Supports common nav bar button types, nicely animates button type changes and touch events."
s.homepage = "http://github.com/sebastienwindal/FRDLivelyButton"
s.screenshots = "https://raw.githubusercontent.com/sebastienwindal/FRDLivelyButton/master/images/screenshot.gif"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Sebastien Windal" => "sebastien@windal.net" }
s.platform = :ios, '6.1'
s.source = { :git => "https://github.com/sebastienwindal/FRDLivelyButton.git",
:tag => s.version.to_s }
s.source_files = 'FRDLivelyButton'
s.requires_arc = true
end