Skip to content

Commit

Permalink
Fixed podspec, now points to correct license file
Browse files Browse the repository at this point in the history
  • Loading branch information
André Lind committed Aug 13, 2014
1 parent a386508 commit 2d48c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Breeze.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|


# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "https://github.com/andrelind/Breeze/blob/master/LICENSE" }
s.license = { :type => "MIT", :file => "LICENSE" }

# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = "André Lind"
Expand Down

0 comments on commit 2d48c5a

Please sign in to comment.