Skip to content

Commit

Permalink
Fix CocoaPod version
Browse files Browse the repository at this point in the history
  • Loading branch information
bejado committed Oct 13, 2020
1 parent 39862c9 commit 6778ab0
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.9.3/filament-v1.9.3-ios.tgz" }
spec.source = { :http => "https://github.com/google/filament/releases/download/v1.9.4/filament-v1.9.4-ios.tgz" }

# Fix linking error with Xcode 12; we do not yet support the simulator on Apple silicon.
spec.pod_target_xcconfig = {
Expand Down

0 comments on commit 6778ab0

Please sign in to comment.