Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Newton committed Feb 28, 2020
1 parent 69f9e8b commit 601e331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftyCast.podspec
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'

s.source = { :git => "https://github.com/SomeRandomiOSDev/SwiftyCast.git", :tag => s.version.to_s }
s.source_files = 'SwiftyCast/**/*.swift'
s.source_files = 'Sources/**/*.swift'
s.frameworks = 'Foundation'
s.requires_arc = true

Expand Down

0 comments on commit 601e331

Please sign in to comment.