[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 4 / OSCache / 1.2 / OSCache.podspec.json
blobf0c911b7f7bdce4ed74a6056ccbd2df5c5e0da22
2   "name": "OSCache",
3   "version": "1.2",
4   "license": "zlib",
5   "summary": "An open-source re-implementation of NSCache that behaves in a predictable, debuggable way.",
6   "homepage": "https://github.com/nicklockwood/OSCache",
7   "authors": "Nick Lockwood",
8   "source": {
9     "git": "https://github.com/nicklockwood/OSCache.git",
10     "tag": "1.2"
11   },
12   "source_files": "OSCache/OSCache.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6"
17   }