blob: f0866600c5ce74ed1fd717a3b16726234d864471 [file] [log] [blame]
{
"name": "AwesomeCache",
"version": "2.0",
"summary": "Delightful on-disk cache (written in Swift)",
"description": "Delightful on-disk cache (written in Swift). Backed by NSCache for maximum performance and support for expiry of single objects.",
"homepage": "https://github.com/aschuch/AwesomeCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Schuch": "alexander@schuch.me"
},
"social_media_url": "http://twitter.com/schuchalexander",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aschuch/AwesomeCache.git",
"tag": "2.0"
},
"requires_arc": true,
"source_files": [
"AwesomeCache/Cache.swift",
"AwesomeCache/CacheObject.swift"
]
}