[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 4 / AwesomeCache / 3.0 / AwesomeCache.podspec.json
blobba991cf491a919bbec85422f2ffc490cf6f6e20a
2   "name": "AwesomeCache",
3   "version": "3.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     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "source": {
21     "git": "https://github.com/aschuch/AwesomeCache.git",
22     "tag": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "AwesomeCache/Cache.swift",
27     "AwesomeCache/CacheObject.swift",
28     "AwesomeCache/NSKeyedUnarchiverWrapper.{h,m}"
29   ]