davbeck / CacheKit

Simple and flexible caching mechanism for in memory and persistent caches.
MIT License
191 stars 14 forks source link

add support for using CacheKit in static libraries #6

Closed rolandkakonyi closed 10 years ago

rolandkakonyi commented 10 years ago

I've splitted the CacheKit podspec into subspecs, because in a static library the FMDB/standard pod can't be used. Instead of that the FMDB/standalone should be used. This way the developers can choose between the solutions.