Skip to content

Commit

Permalink
Updates podspec to point to correct license file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomas Artman committed Aug 25, 2015
1 parent 60a7600 commit fbc21e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UberSignals.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit fbc21e5

Please sign in to comment.