[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / 7 / 8 / SPTPersistentCache / 1.0.0 / SPTPersistentCache.podspec.json
blobbb3c5cb3b47ac3abaa495a5b3ddf29030be7693c
2   "name": "SPTPersistentCache",
3   "version": "1.0.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": "7.0",
8     "osx": "10.8"
9   },
10   "homepage": "https://github.com/spotify/SPTPersistentCache",
11   "license": "Apache 2.0",
12   "authors": {
13     "Dmitry Ponomarev": "dmitry@spotify.com"
14   },
15   "source": {
16     "git": "https://github.com/spotify/SPTPersistentCache.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "include/SPTPersistentCache/*.h",
21     "Sources/**/*.{h,m,c}"
22   ],
23   "public_header_files": "include/SPTPersistentCache/*.h",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-lObjC"
26   }