From fbc21e5ea233e933fb039d5dbd2392cd6c740cad Mon Sep 17 00:00:00 2001 From: Tuomas Artman Date: Mon, 24 Aug 2015 18:29:06 -0700 Subject: [PATCH] Updates podspec to point to correct license file --- UberSignals.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UberSignals.podspec b/UberSignals.podspec index 1806925..6bc2f82 100644 --- a/UberSignals.podspec +++ b/UberSignals.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'UberSignals' s.version = '1.0.0' - s.license = { :type => "Copyrighted", :file => "LICENSE.md" } + s.license = { :type => "Copyrighted", :file => "LICENSE" } s.summary = 'Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.' s.homepage = 'https://github.com/uber/signals-ios' s.social_media_url = 'https://twitter.com/UberEng'