blob: ae882b8720aa23c313cbe622a9d75122c1484706 [file] [log] [blame]
{
"name": "EGOCache",
"version": "2.2.0",
"summary": "Fast Caching for Objective-C (Works with macOS, iOS, tvOS and watchOS).",
"description": "EGOCache is a simple, thread-safe key value cache store for macOS, iOS, tvOS and watchOS.",
"homepage": "https://github.com/enormego/EGOCache",
"license": "MIT",
"authors": "Shaun Harrison",
"social_media_url": "http://twitter.com/shnhrrsn",
"source": {
"git": "https://github.com/enormego/EGOCache.git",
"tag": "2.2.0"
},
"requires_arc": true,
"source_files": "Sources/*.{h,m}",
"platforms": {
"osx": "10.8",
"ios": "7.0",
"tvos": "9.0",
"watchos": "2.0"
}
}