2 "name": "SPTPersistentCache",
4 "summary": "SPTPersistentCache is a fast, binary, LRU cache used in the Spotify iOS app",
5 "description": "Everyone tries to implement a cache at some point in their apps lifecycle,\nand this is ours. This is a library that allows people to cache NSData\nwith TTL values and semantics for disk management.",
10 "homepage": "https://github.com/spotify/SPTPersistentCache",
11 "license": "Apache 2.0",
13 "Dmitry Ponomarev": "dmitry@spotify.com"
16 "git": "https://github.com/spotify/SPTPersistentCache.git",
20 "include/SPTPersistentCache/*.h",
21 "Sources/**/*.{h,m,c}"
23 "public_header_files": "include/SPTPersistentCache/*.h",
25 "OTHER_LDFLAGS": "-lObjC"