Skip to content

Commit a01201e

Browse files
author
ianyanzhang
committed
Change default subspec to Core to avoid framework conflicts
1 parent 795a612 commit a01201e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/SuperPlayerKit/SuperPlayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.dependency 'SDWebImage'
1111
spec.dependency 'Masonry'
1212
spec.static_framework = true
13-
spec.default_subspec = 'Player'
13+
spec.default_subspec = 'Core'
1414
spec.frameworks = 'CoreMotion'
1515
spec.subspec "Core" do |s|
1616
s.source_files = 'Demo/SuperPlayerKit/SuperPlayerKit/**/*.{h,m}'

0 commit comments

Comments
 (0)