Skip to content

Commit

Permalink
Fix pod spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni77777 committed Aug 26, 2021
1 parent a05299a commit 792e9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PreviewDevice.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PreviewDevice"
spec.version = "0.6.0"
spec.version = "0.7.0"
spec.summary = "PreviewDevice - library with elegant syntax for Preview Device in SwiftUI"
spec.description = "PreviewDevice - is a sugar wrapper around the Apple Preview Device. SwiftUI"
spec.homepage = "https://github.com/Toni77777/PreviewDevice"
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
spec.watchos.deployment_target = "6.0"
spec.tvos.deployment_target = "13.0"
spec.source = { :git => "https://github.com/Toni77777/PreviewDevice.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/*.swift"
spec.source_files = "Sources/PreviewDevice/*.swift"
spec.swift_version = "4.2"
end

0 comments on commit 792e9c6

Please sign in to comment.