Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnblanchard committed Feb 5, 2019
1 parent 840207e commit 2eb2d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added .travis.yml.swp
Binary file not shown.
5 changes: 3 additions & 2 deletions JNBBottombar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

Pod::Spec.new do |s|
s.name = 'JNBBottombar'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Customizable bottom bar controller.'
s.swift_version = '4.2'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -28,7 +29,7 @@ If you have bottom content that you would like to show and hide off screen. This
s.source = { :git => 'https://github.com/jnblanchard/JNBBottombar.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/JohnBlanchard1'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '11.0'

s.source_files = 'JNBBottombar/Classes/**/*'

Expand Down

0 comments on commit 2eb2d52

Please sign in to comment.