Skip to content

Commit

Permalink
Fix SPM file typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f3dm76 committed Oct 12, 2020
1 parent 289b3dc commit ad484c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActivityIndicatorView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ActivityIndicatorView"
s.version = "0.0.5"
s.version = "0.0.6"
s.summary = "A number of preset loading indicators created with SwiftUI."

s.homepage = 'https://github.com/exyte/ActivityIndicatorView.git'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6)
.watchOS(.v6),
.tvOS(.v13)
],
products: [
Expand Down

0 comments on commit ad484c6

Please sign in to comment.