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'