Skip to content

Commit

Permalink
Merge pull request #2 from brendan09/swift4
Browse files Browse the repository at this point in the history
Fix for installing Swift4 branch from CocoaPods
  • Loading branch information
lorentey committed Sep 5, 2017
2 parents 059de25 + e4e5f8e commit 7f83e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.0.1
4.0
2 changes: 1 addition & 1 deletion SipHash.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://github.com/attaswift/SipHash'
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.source = { :git => 'https://github.com/attaswift/SipHash.git', :tag => 'v' + String(spec.version) }
spec.source_files = 'Sources/*.swift'
spec.source_files = 'SipHash/*.swift'
spec.social_media_url = 'https://twitter.com/lorentey'
spec.documentation_url = 'http://attaswift.github.io/SipHash/'
end

0 comments on commit 7f83e14

Please sign in to comment.