Skip to content

Commit

Permalink
Fix path to license file
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Oct 6, 2016
1 parent b26e432 commit 0c26485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTree.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
spec.summary = 'In-memory B-trees and ordered collections in Swift'
spec.author = 'Károly Lőrentey'
spec.homepage = 'https://github.com/lorentey/BTree'
spec.license = { :type => 'MIT', :file => 'LICENCE.md' }
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
spec.source = { :git => 'https://github.com/lorentey/BTree.git', :tag => 'v3.1.0' }
spec.source_files = 'Sources/*.swift'
spec.social_media_url = 'https://twitter.com/lorentey'
Expand Down

0 comments on commit 0c26485

Please sign in to comment.