Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Nov 9, 2018
1 parent 212d8fa commit 9ff2570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions When.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.2'

s.requires_arc = true
s.source_files = "Sources/**/*"
s.framework = "Foundation"
s.source_files = 'Sources/**/*'
s.frameworks = 'Foundation'
end

0 comments on commit 9ff2570

Please # to comment.