File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ Pod::Spec.new do |spec|
1313 spec . default_subspec = 'Player'
1414 spec . frameworks = 'CoreMotion'
1515 spec . subspec "Core" do |s |
16- s . source_files = 'SuperPlayerKit/**/*.{h,m}'
17- s . private_header_files = [ 'SuperPlayerKit/Utils/TXBitrateItemHelper.h' , 'SuperPlayerKit/Views/SuperPlayerView+Private.h' ]
16+ s . source_files = 'Demo/SuperPlayerKit/ SuperPlayerKit/**/*.{h,m}'
17+ s . private_header_files = [ 'Demo/ SuperPlayerKit/SuperPlayerKit/ Utils/TXBitrateItemHelper.h' , 'Demo/SuperPlayerKit/ SuperPlayerKit/Views/SuperPlayerView+Private.h' ]
1818 s . resource_bundles = {
19- 'SuperPlayerKitBundle' => [ 'Resource/**/*' , 'SuperPlayerKit/SuperPlayerLocalized/**/*' ]
19+ 'SuperPlayerKitBundle' => [ 'Demo/SuperPlayerKit/ Resource/**/*' , 'Demo/SuperPlayerKit/ SuperPlayerKit/SuperPlayerLocalized/**/*' ]
2020 }
2121 end
2222 spec . subspec "Player" do |s |
You can’t perform that action at this time.
0 commit comments