Skip to content

Commit

Permalink
Fix wrong resource bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed May 29, 2016
1 parent 8d8fb02 commit 42c5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ParticlesLoadingView.podspec
Expand Up @@ -13,7 +13,7 @@ s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'ParticlesLoadingButton' => ['Pod/Assets/*.png', 'Pod/Assets/*.sks']
'ParticlesLoadingView' => ['Pod/Assets/*.png', 'Pod/Assets/*.sks']
}

s.frameworks = 'SpriteKit'
Expand Down

0 comments on commit 42c5c6f

Please sign in to comment.