Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lourenco-marinho committed May 26, 2015
0 parents commit 5111e58
Show file tree
Hide file tree
Showing 33 changed files with 1,706 additions and 0 deletions.
Binary file added Action Button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions ActionButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.3"
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, '8.0'
s.requires_arc = true
s.source_files = 'Source/*.swift'
end
Binary file added Example/.DS_Store
Binary file not shown.
Loading

0 comments on commit 5111e58

Please sign in to comment.