Skip to content

Commit

Permalink
Merge pull request #161 from Skogetroll/Assets.bundle
Browse files Browse the repository at this point in the history
Fixes #157 and #160
  • Loading branch information
ulukaya committed Dec 3, 2015
2 parents 499f10b + d84d32a commit 1d73019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-ios-player-helper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.source_files = 'Classes'
s.resource_bundles = { 'Assets' =>'Assets'}
s.resource = "youtube-ios-player-helper/Assets.bundle"

s.ios.exclude_files = 'Classes/osx'
s.osx.exclude_files = 'Classes/ios'
Expand Down

2 comments on commit 1d73019

@Tokuriku
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix has not been tagged for cocoapods yet....

@willseward
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I concur. Can someone make a release?

Please sign in to comment.