| { | |
| "name": "OSCache", | |
| "version": "1.2.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.2.1" | |
| }, | |
| "source_files": "OSCache/OSCache.{h,m}", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "4.3", | |
| "osx": "10.6", | |
| "tvos": "9.0" | |
| } | |
| } |