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 844b0c8 commit a05299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PreviewDevice.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "PreviewDevice/Sources/*.swift"
spec.source_files = "Sources/*.swift"
spec.swift_version = "4.2"
end

0 comments on commit a05299a

Please sign in to comment.