Skip to content

Commit

Permalink
updating podspec for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Jun 7, 2021
1 parent d61fb38 commit 6b72dc0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/podspec.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |spec|
spec.name = "RiveRuntime"
spec.version = "$RELEASE_VERSION"
spec.summary = "iOS SDK for Rive"
spec.description = "Rive iOS framework"
spec.homepage = "https://rive.app"
spec.summary = "iOS SDK to render Rive animations"
spec.description = "Rive is a real-time interactive design and animation tool. Use our collaborative editor to create motion graphics that respond to different states and user inputs. Then load your animations into apps, games, and websites with our lightweight open-source runtimes."
spec.homepage = "https://github.com/rive-app/rive-ios"
spec.license = { :type => "MIT", :text => <<-LICENSE
Copyright (c) 2020-2021 Rive

Expand All @@ -26,9 +26,9 @@ Pod::Spec.new do |spec|
SOFTWARE.
LICENSE
}
spec.authors = { "$GITHUB_AUTHOR" => "$(git config user.email)" }
spec.platform = :ios, '11.3'
spec.ios.deployment_target = '11.3'
spec.authors = { "Luigi Rosso" => "[email protected]" }
spec.platform = :ios, '10.0'
spec.ios.deployment_target = '10.0'
spec.swift_version = '5.0'
spec.source = {
:git => "https://github.com/rive-app/test-ios.git",
Expand Down

0 comments on commit 6b72dc0

Please sign in to comment.