Skip to content

Commit

Permalink
chore: fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier committed Nov 8, 2023
1 parent 9c8f983 commit bee1699
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions react-native-video.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "10.0"

s.subspec "Video" do |ss|
ss.source_files = "ios/Video/**/*.{h,m,swift}"
ss.source_files = "ios/Video/**/*.{h,m,swift}"
ss.dependency "PromisesSwift"

if defined?($RNVideoUseGoogleIMA)
Expand All @@ -28,22 +28,17 @@ Pod::Spec.new do |s|
'OTHER_SWIFT_FLAGS' => '$(inherited) -D USE_GOOGLE_IMA'
}
end
end

s.subspec "VideoCaching" do |ss|
ss.dependency "react-native-video/Video"
ss.dependency "SPTPersistentCache", "~> 1.1.0"
ss.dependency "DVAssetLoaderDelegate", "~> 0.3.1"

ss.source_files = "ios/VideoCaching/**/*.{h,m,swift}"
if defined?($RNVideoUseVideoCaching)
Pod::UI.puts "RNVideo: enable Video caching"
ss.dependency "SPTPersistentCache", "~> 1.1.0"
ss.dependency "DVAssetLoaderDelegate", "~> 0.3.1"
ss.source_files = "ios/Video/**/*.{h,m,swift}" "ios/VideoCaching/**/*.{h,m,swift}"
end
end

s.dependency "React-Core"

s.default_subspec = "Video"

s.static_framework = true

s.xcconfig = {
'OTHER_LDFLAGS': '-ObjC',
}
Expand Down

0 comments on commit bee1699

Please sign in to comment.