Skip to content

Commit

Permalink
Update DJCaptureButton.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
davnag committed Sep 2, 2018
1 parent 34d94f4 commit aa24927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DJCaptureButton.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DJCaptureButton'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Camera styled capture button with 3D touch'

# This description is used to generate tags and improve search results.
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/davnag/DJCaptureButton'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'David Jonsén' => 'dev.jonsen@outlook.com' }
s.author = { 'David Jonsén' => 'dev.jonsen@outlook.com' }
s.source = { :git => 'https://github.com/davnag/DJCaptureButton.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/'

Expand Down

0 comments on commit aa24927

Please sign in to comment.