UIImage-Categories icon indicating copy to clipboard operation
UIImage-Categories copied to clipboard

Cocoapod issue

Open chiahsien opened this issue 11 years ago • 2 comments

Hi there,

There are two issues I've found in your podspec.

  1. Since you declare a version tag in podspec, you should give your repo a tag named v0.0.1.
  2. 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.

chiahsien avatar Sep 23 '13 01:09 chiahsien

Also, should the syntax for

s.license      = { type: 'MIT', file: 'LICENSE' }

be

s.license      = { :type => 'MIT', :file => 'LICENSE' }

myster-t avatar Sep 23 '13 10:09 myster-t

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!.

nebiros avatar Oct 21 '13 14:10 nebiros