blob: 075eeb9093f5e4c8e28475de8b1f05ff0b23dd68 [file] [log] [blame]
{
"name": "OSCache",
"version": "1.1.2",
"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.1.2"
},
"source_files": "OSCache/OSCache.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}