Skip to content

Commit

Permalink
Merge pull request #46 from rive-app/fixupPodRepo
Browse files Browse the repository at this point in the history
fixed up repo on podspec
  • Loading branch information
mjtalbot authored May 19, 2021
2 parents 79ae34c + bb58ac4 commit f4d4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podspec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '11.3'
spec.swift_version = '5.0'
spec.source = {
:git => "https://github.com/rive-app/ios-test.git",
:git => "https://github.com/rive-app/test-ios.git",
:tag => "v#{spec.version}"
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
Expand Down

0 comments on commit f4d4c58

Please sign in to comment.