[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / b / 2 / FFCache / 1.0.3 / FFCache.podspec.json
blob5c2e3f44f1956cbffa34669642221f3bbdacf657
2   "name": "FFCache",
3   "version": "1.0.3",
4   "swift_versions": "4.2",
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.3"
18   },
19   "requires_arc": true,
20   "source_files": "FFCache/FFCache/*.{swift}",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "swift_version": "4.2"