{ | |
"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" | |
} | |
} |