I would also consider forking the original project and modifying the pod. Then
you would be able to include the pod in you Podfile by just specifying the URL
of the forked git repo.
Just my 2 cents.
Mike
--
Michelangelo Chasseur
Il giorno mercoledì 7 maggio 2014, alle ore 21:38, Rick Aur
On May 7, 2014, at 2:33 PM, Charles Srstka wrote:
> On May 7, 2014, at 2:24 PM, Rick Aurbach wrote:
>
>> I am using a CocoaPod that ALMOST does what I want it to. It appears that I
>> can get the desired behaviors by subclassing it (creating a category is also
>> a possibility, although doing
On May 7, 2014, at 2:24 PM, Rick Aurbach wrote:
> I am using a CocoaPod that ALMOST does what I want it to. It appears that I
> can get the desired behaviors by subclassing it (creating a category is also
> a possibility, although doing so has the same problems as subclassing).
>
> Obviously,