forked from okmr-d/DOFavoriteButton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDOFavoriteButton.podspec
More file actions
16 lines (16 loc) · 828 Bytes
/
DOFavoriteButton.podspec
File metadata and controls
16 lines (16 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "DOFavoriteButton"
s.version = "0.0.8"
s.summary = "Cute Animated Button written in Swift. It could be just right for favorite buttons!"
s.homepage = "https://github.com/okmr-d/DOFavoriteButton"
s.screenshots = "https://raw.githubusercontent.com/okmr-d/okmr-d.github.io/master/img/DOFavoriteButton/demo.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Daiki Okumura" => "daiki.okumura@gmail.com" }
s.social_media_url = "http://twitter.com/okmr_d"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/okmr-d/DOFavoriteButton.git", :tag => s.version.to_s }
s.source_files = "DOFavoriteButton/*.swift"
s.resources = "DOFavoriteButton/*.png"
s.framework = "UIKit"
s.requires_arc = true
end