UIImage-Categories
UIImage-Categories copied to clipboard
Cocoapod issue
Hi there,
There are two issues I've found in your podspec.
- Since you declare a version tag in podspec, you should give your repo a tag named
v0.0.1
. - You should use your podspec to replace the one on Cocoapods Spec repo, since the one on Cocoapods Spec repo doesn't point source to your repo.
Thanks.
Also, should the syntax for
s.license = { type: 'MIT', file: 'LICENSE' }
be
s.license = { :type => 'MIT', :file => 'LICENSE' }
Also, why this fork https://github.com/tonyzonghui/UIImage-Categories is the one that is on the official CocoaPods Specs repo?, cause @mbcharbonneau is way better!.