JGMethodSwizzler
JGMethodSwizzler copied to clipboard
CocoaPods License Warning
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
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]
+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