blob: bb3c5cb3b47ac3abaa495a5b3ddf29030be7693c [file] [log] [blame]
{
"name": "SPTPersistentCache",
"version": "1.0.0",
"summary": "SPTPersistentCache is a fast, binary, LRU cache used in the Spotify iOS app",
"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.",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"homepage": "https://github.com/spotify/SPTPersistentCache",
"license": "Apache 2.0",
"authors": {
"Dmitry Ponomarev": "dmitry@spotify.com"
},
"source": {
"git": "https://github.com/spotify/SPTPersistentCache.git",
"tag": "1.0.0"
},
"source_files": [
"include/SPTPersistentCache/*.h",
"Sources/**/*.{h,m,c}"
],
"public_header_files": "include/SPTPersistentCache/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}