Skip to content

Commit 05e01cb

Browse files
committed
Fix ressources
1 parent 558425f commit 05e01cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PPMusicImageShadow.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PPMusicImageShadow'
3-
s.version = '0.9.2.1'
3+
s.version = '0.9.2.2'
44
s.summary = 'iOS 10 Music Appshadow blur imitation'
55

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

0 commit comments

Comments
 (0)