vokal / Cat2Cat

Creates a category on UIImage from Asset Catalogs in order to reduce typos and enable auto-complete with image names.
MIT License
46 stars 11 forks source link

Add zip zap pod. #23

Closed vokal-isaac closed 9 years ago

vokal-isaac commented 9 years ago

I've got a working (as in produces identical output on all four sample projects) version of Cat2Cat where, for development, the templates are individual .mustache files that can be edited easily (rather than string constants in code). At build time, the templates directory is zipped and the zip file is embedded (by the linker) into the Cat2Cat executable.

In order to get there, however, I needed to add this zip-handling pod.

@vokal/ios-developers Pod review please?

designatednerd commented 9 years ago

I can confirm a) this is a pod and b) I am naming my next band ZZScopeGuard.

Good to pull.