Skip to content

Commit

Permalink
Fix Podspec for 1.8.1 (google#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado authored Jul 30, 2020
1 parent a639035 commit 6f28da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/CocoaPods/Filament.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |spec|
spec.authors = "Google LLC."
spec.summary = "Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WASM/WebGL."
spec.platform = :ios, "11.0"
spec.source = { :http => "https://github.com/google/filament/releases/download/v1.8.1/filament-1.8.1-ios.tgz" }
spec.source = { :http => "https://github.com/google/filament/releases/download/v1.8.1/filament-v1.8.1-ios.tgz" }

spec.subspec "filament" do |ss|
ss.source_files =
Expand Down

0 comments on commit 6f28da4

Please sign in to comment.