[Add] EOCoreDebug 2.3.296
[CocoaPods.git] / Specs / 3 / 7 / 8 / SPTPersistentCache / 1.1.0 / SPTPersistentCache.podspec.json
bloba0d97c093c710692141a8f5e8c156bd92c984caf
2   "name": "SPTPersistentCache",
3   "version": "1.1.0",
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.",
6   "platforms": {
7     "ios": "8.0",
8     "osx": "10.10"
9   },
10   "homepage": "https://github.com/spotify/SPTPersistentCache",
11   "social_media_url": "https://twitter.com/spotifyeng",
12   "license": "Apache 2.0",
13   "authors": {
14     "Dmitry Ponomarev": "dmitry@spotify.com"
15   },
16   "source": {
17     "git": "https://github.com/spotify/SPTPersistentCache.git",
18     "tag": "1.1.0"
19   },
20   "source_files": [
21     "include/SPTPersistentCache/*.h",
22     "Sources/**/*.{h,m,c}"
23   ],
24   "public_header_files": "include/SPTPersistentCache/*.h",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lObjC"
27   },
28   "pushed_with_swift_version": null