Skip to content

Commit

Permalink
Fix Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Apr 7, 2021
1 parent e8d69ab commit 53c72ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Brightroom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = "12.0"
s.ios.frameworks = ["UIKit", "CoreImage"]
s.ios.dependency "Verge", "~> 8.9.1"
s.ios.dependency "Verge/Store", "~> 8.9.1"

s.subspec "Engine" do |ss|
ss.source_files = "Sources/BrightroomEngine/**/*.swift"
Expand Down

0 comments on commit 53c72ef

Please sign in to comment.