[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / 4 / AwesomeCache / 1.0 / AwesomeCache.podspec.json
blobf94b8b0f30aa9a8d88637d3b61b6029a45ae5bb6
2   "name": "AwesomeCache",
3   "version": "1.0",
4   "summary": "Delightful on-disk cache (written in Swift)",
5   "description": "Delightful on-disk cache (written in Swift). Backed by NSCache for maximum performance and support for expiry of single objects.",
6   "homepage": "https://github.com/aschuch/AwesomeCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Schuch": "alexander@schuch.me"
13   },
14   "social_media_url": "http://twitter.com/schuchalexander",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/aschuch/AwesomeCache.git",
20     "tag": "1.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "AwesomeCache/Cache.swift",
25     "AwesomeCache/CacheObject.swift"
26   ]