Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Koehnke committed Nov 13, 2015
2 parents 0824f80 + ed9b188 commit 87eecf3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions LongPressRecordButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Pod::Spec.new do |s|

s.name = "LongPressRecordButton"
s.version = "1.0.1"
s.summary = "Simple and easy-to-use record button for iOS, that enforces a long press, similar to Instagram"

s.description = <<-DESC
Simple and easy-to-use record button for iOS, that enforces a long press (and shows a tooltip when short-pressed)
similar to the Instagram app.
DESC

s.homepage = "https://github.com/mkoehnke/LongPressRecordButton"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = "Mathias Köhnke"

s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/mkoehnke/LongPressRecordButton.git", :tag => s.version.to_s }

s.source_files = "LongPressRecordButton", "LongPressRecordButton/**/*.{swift}"
s.exclude_files = "Classes/Exclude"

s.requires_arc = true

end

0 comments on commit 87eecf3

Please sign in to comment.