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