-
Notifications
You must be signed in to change notification settings - Fork 69
/
ActionButton.podspec
24 lines (22 loc) · 1.01 KB
/
ActionButton.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Be sure to run `pod lib lint ActionButton.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "ActionButton"
s.version = "0.1.5"
s.summary = "Action button is a Floating Action Button inspired from Google Inbox implemented in Swift"
s.homepage = "https://github.com/lourenco-marinho/ActionButton"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Lourenço Marinho" => "[email protected]" }
s.source = { :git => "https://github.com/lourenco-marinho/ActionButton.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/lopima'
s.platform = :ios, '10.0'
s.requires_arc = true
s.source_files = 'Source/*.swift'
end