From 0c26485aecd1a73a22dd94adf63a3857ae0550a9 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Thu, 6 Oct 2016 13:22:13 +0200 Subject: [PATCH] Fix path to license file --- BTree.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTree.podspec b/BTree.podspec index 9f3338c..e17794b 100644 --- a/BTree.podspec +++ b/BTree.podspec @@ -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'