diff --git a/swift-tsao.podspec b/swift-tsao.podspec index 92092fb..75bfe40 100644 --- a/swift-tsao.podspec +++ b/swift-tsao.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/kballard/swift-tsao.git", :tag => "v#{s.version}" } - s.source_files = "TSAO.swift" + s.source_files = "Sources/*.swift" end