Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AG-33] Parse "license" field from podspec files inside GitHub repositories #13

Open
felipead opened this issue Jan 10, 2018 · 0 comments

Comments

@felipead
Copy link
Contributor

The following dependency was declared using a GitHub repository:

pod 'Touchy', :git => 'https://github.com/paweldudek/touchy.git'

From a Podfile.

When analyzing its GitHub repository, we can see that the repository has no license inferred from GitHub. It also has no LICENSE or README files.

However, it has a *.podspec file at https://github.com/paweldudek/Touchy/blob/master/Touchy.podspec, and within this file a license is declared:

  s.license      = "MIT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant