blob: 6abb5faf332fd7f8bb0f72ae1504842a8dfcceeb [file] [log] [blame]
{
"name": "AwesomeCache",
"version": "1.0.1",
"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": "1.0.1"
},
"requires_arc": true,
"source_files": [
"AwesomeCache/Cache.swift",
"AwesomeCache/CacheObject.swift"
]
}