[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / 0 / 9 / 4 / OSCache / 1.2.1 / OSCache.podspec.json
blobbae167e3cba26f993af809545108d13d9fcd029b
2   "name": "OSCache",
3   "version": "1.2.1",
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.1"
11   },
12   "source_files": "OSCache/OSCache.{h,m}",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6",
17     "tvos": "9.0"
18   }