elado/jastor

Missing LICENSE file for Cocoapods

Opened this issue · 1 comments

An infinitesimal issue with the CocoaPods build:
[!] Unable to read the license file .../Pods/jastor/LICENSE for the spec jastor (0.1.0)

Would be nice if it got added so CocoaPods would stop complaining :-).

Thanks!

The Podpec points to tag '0 .1.0 '.
When the tag was created, there was probably no license (just download the zip version 0.1.0 and verify that the file is not there).

As a solution, just create a 0.1.1 tag, change the version in podspec and send to CocoaPods/Specs.

It would be useful!