[Add] BoreyAdSDK 0.0.5
[CocoaPods.git] / Specs / b / 3 / 4 / AwesomeCache / 3.0.1 / AwesomeCache.podspec.json
blob99871a6c940f3fcf0dec399edac0ba7787954aca
2   "name": "AwesomeCache",
3   "version": "3.0.1",
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.1"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "AwesomeCache/Cache.swift",
27     "AwesomeCache/CacheObject.swift",
28     "AwesomeCache/NSKeyedUnarchiverWrapper.{h,m}"
29   ]