Skip to content

Commit

Permalink
Fix Podspec
Browse files Browse the repository at this point in the history
source files moved
  • Loading branch information
Adrian Schoenig authored Oct 6, 2016
1 parent 36693af commit 8b58c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OAuthSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
'Eric Marchand' => '[email protected]'
}
s.source = { git: 'https://github.com/OAuthSwift/OAuthSwift.git', tag: s.version }
s.source_files = 'OAuthSwift/*.swift'
s.source_files = 'Sources/*.swift'
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 8b58c52

Please sign in to comment.