puer

Results 4 issues of puer

``` - (void)trimToCount:(NSUInteger)count { if (count == 0) { [self removeAllObjects]; return; } [self _trimToCount:count]; } ``` 此处会先判断 **count** 的值是否为 **0**,若为 **0** 则直接调用 `- removeAllObjects` 方法。但其实在 `- _trimToCount :` 方法中也会去判断...

Hello bireme, Here is the reason why this pull request happened. I have a model like this: ``` @interface HWPerson : NSObject @property (nonatomic, copy) NSString *firstName; @property (nonatomic, copy)...

My "CocoaPods" will crash every time when I open it ``` `Process: CocoaPods [61751] Path: /Applications/CocoaPods.app/Contents/MacOS/CocoaPods Identifier: org.cocoapods.CocoaPods Version: 1.0.0 (1.0.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible:...

Add support for Swift