Skip to content

Commit

Permalink
Update version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fethica committed Mar 18, 2018
1 parent 5f75f2f commit 8d4cc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FRadioPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FRadioPlayer'
s.version = '0.1.9'
s.version = '0.1.10'
s.summary = 'A radio player for iOS'

# This description is used to generate tags and improve search results.
Expand All @@ -31,7 +31,7 @@ FRadioPlayer is a wrapper around AVPlayer to handle internet radio playback.
s.ios.deployment_target = '9.0'
s.source = { :git => 'https://github.com/fethica/FRadioPlayer.git', :tag => s.version.to_s }
s.source_files = 'Source/*.swift'

# s.resource_bundles = {
# 'FRadioPlayer' => ['FRadioPlayer/Assets/*.png']
# }
Expand Down

0 comments on commit 8d4cc9f

Please sign in to comment.