JGMethodSwizzler icon indicating copy to clipboard operation
JGMethodSwizzler copied to clipboard

CocoaPods License Warning

Open dlprows opened this issue 10 years ago • 2 comments

Can you retag 2.0.1 to a commit after you added the LICENSE.txt file? Currently when you install JGMethodSwizzler with CocoaPods you get an 'Unable to read the license file' warning because the License was added after you tagged version 2.0.1.

Since you haven't made any code changes since tagging 2.0.1, retagging would get rid of the warning without having to create a new version of the pod

dlprows avatar Feb 04 '15 19:02 dlprows

Please also fix cocoapods warnings:

- WARN  |  JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:88:16: warning: unused function 'blockIsCompatibleWithMethodType' [-Wunused-function]
- WARN  |  JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:146:16: warning: unused function 'blockIsValidReplacementProvider' [-Wunused-function]

m1entus avatar Jun 22 '15 20:06 m1entus

+1

Can you release a new version? 2.02 is probably better than re-tagging, because people pinned to the minor version with ~> will get the new release. But either way, please fix! It affects all upstream libraries as well

dcosson avatar Jan 11 '16 19:01 dcosson