Skip to content

Commit

Permalink
Move License to root directory
Browse files Browse the repository at this point in the history
The place was unusual and the new GitHub License API could not find it
for this repository.
`curl -H "Accept: application/vnd.github.drax-preview+json"
https://api.github.com/repos/erikdoe/ocmock/license`
  • Loading branch information
pietbrauer committed Aug 13, 2015
1 parent cdc5c7c commit 3d499d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion OCMock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = "http://ocmock.org"
s.license = { :type => "Apache 2.0", :file => "Source/License.txt" }
s.license = { :type => "Apache 2.0", :file => "License.txt" }

s.author = { "Erik Doernenburg" => "[email protected]" }
s.social_media_url = "http://twitter.com/erikdoe"
Expand Down

0 comments on commit 3d499d8

Please sign in to comment.