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 "social_media_url": "https://twitter.com/spotifyeng",
12 "license": "Apache 2.0",
14 "Dmitry Ponomarev": "dmitry@spotify.com"
17 "git": "https://github.com/spotify/SPTPersistentCache.git",
21 "include/SPTPersistentCache/*.h",
22 "Sources/**/*.{h,m,c}"
24 "public_header_files": "include/SPTPersistentCache/*.h",
26 "OTHER_LDFLAGS": "-lObjC"
28 "pushed_with_swift_version": null