Skip to content

Commit

Permalink
Fix the podspec source files pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ballard committed Sep 16, 2016
1 parent 70eec0c commit 2ca0192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-tsao.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ca0192

Please sign in to comment.