[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / c / SSCache / 0.1.0 / SSCache.podspec.json
blob73b84243ca056c1ed40a03c18486bbbb48ab6a95
2   "name": "SSCache",
3   "version": "0.1.0",
4   "summary": "Simple in memory and on disk cache.",
5   "description": "Simple in memory and on disk cache for iOS and Mac OS X.",
6   "homepage": "https://github.com/soffes/SSCache",
7   "authors": {
8     "Sam Soffes": "sam@soff.es"
9   },
10   "source": {
11     "git": "https://github.com/soffes/SSCache.git",
12     "tag": "v0.1.0"
13   },
14   "source_files": [
15     "SSCache.h",
16     "SSCache.m"
17   ],
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "license": {
21     "type": "MIT",
22     "file": "LICENSE"
23   }