blob: b5256c7f88dea5743a3b6b9b7d5466d6ce48e284 [file] [log] [blame]
{
"name": "OSCache",
"version": "1.0",
"license": "zlib",
"summary": "An open-source re-implementation of NSCache that behaves in a predictable, debuggable way.",
"homepage": "https://github.com/nicklockwood/OSCache",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/OSCache.git",
"tag": "1.0"
},
"source_files": "OSCache/OSCache.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}