Skip to content

Commit

Permalink
Fix ressources
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrePerrin committed Jul 23, 2017
1 parent 558425f commit 05e01cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PPMusicImageShadow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PPMusicImageShadow'
s.version = '0.9.2.1'
s.version = '0.9.2.2'
s.summary = 'iOS 10 Music Appshadow blur imitation'

s.description = <<-DESC
Expand All @@ -11,7 +11,7 @@ s.homepage = 'https://github.com/PierrePerrin/PPMusicImageShadow'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '<YOUR NAME HERE>' => '<YOUR EMAIL HERE>' }
s.source = { :git => 'https://github.com/PierrePerrin/PPMusicImageShadow.git', :tag => s.version.to_s }
s.ios.resource_bundle = { 'PPMusicImageShadow' => 'PPMusicImageShadow/PPMusicImageShadow/*.png' }
s.ios.resources = [PPMusicImageShadow/PPMusicImageShadow/*.png]
s.ios.deployment_target = '9.0'
s.source_files = 'PPMusicImageShadow/PPMusicImageShadow/*.{swift}'

Expand Down

0 comments on commit 05e01cb

Please sign in to comment.