Skip to content

Commit

Permalink
Update FireworkVideoUI.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
linjie-firework committed Nov 20, 2023
1 parent b3249c7 commit 34c6b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FireworkVideoUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
s.authors = 'Loop Now Technologies, Inc.'

s.platforms = { ios: '12.0' }
s.source = { git: 'https://github.com/loopsocial/firework_ios_sdk_ui_extensions.git', tag: "#{s.version}" }
s.platforms = { ios: '13.0' }
s.source = { git: 'https://github.com/loopsocial/firework_ios_sdk_ui_extensions.git', tag: "v#{s.version}" }

s.swift_version = '5.0'
s.swift_version = '5.3'
s.source_files = 'Sources/**/*.{swift}'

s.dependency 'FireworkVideo'
Expand Down

0 comments on commit 34c6b68

Please sign in to comment.