HiveHicks / HHUnitConverter

Unit conversion library for Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change in HHUnitConverter.podspec

trippcr opened this issue · comments

Hello,

The CocoaPods people changed the HHUnitConverter.podspec file in their Specs repository

CocoaPods/Specs@1b75f16

Maybe because the block parameter for subspec was named sp, but inside the block s was used again.

I was able to build my project again by changing my local copy of HHUnitConverter.podspec to say s.requires_arc = false, but I wasn't sure if HHUnitConverter.m needs ARC or not.

Either way I figured that I'd let you know about this change.

Thanks,
-Corey