[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / b / 2 / FFCache / 1.0.4 / FFCache.podspec.json
bloba1ceae4b56c913ab5a5e6c2c13cbb9a5ac48adb7
2   "name": "FFCache",
3   "version": "1.0.4",
4   "swift_versions": "5.0",
5   "summary": "Fast Caching for Swift (Works with iOS).",
6   "description": "FFCache is a simple, thread-safe key value cache store for iOS.",
7   "homepage": "https://github.com/onefboy/FFCache",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "onefboy": "onefboy@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/onefboy/FFCache.git",
17     "tag": "1.0.4"
18   },
19   "requires_arc": true,
20   "source_files": "FFCache/FFCache/*.{swift}",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "swift_version": "5.0"