diff --git a/PreviewDevice.podspec b/PreviewDevice.podspec index a6a6351..50a8123 100644 --- a/PreviewDevice.podspec +++ b/PreviewDevice.podspec @@ -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" @@ -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 \ No newline at end of file