[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / f / BrightCache / 0.1.1 / BrightCache.podspec.json
blob56b68fa6eca4ea8ef207cb56a30e54d408a47001
2   "name": "BrightCache",
3   "version": "0.1.1",
4   "summary": "Simple cache build on top of BrightFutures",
5   "homepage": "https://github.com/kimdv/BrightCache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kim de Vos": "kimdevos12@hotmail.com"
12   },
13   "social_media_url": "https://twitter.com/kimdv",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/kimdv/BrightCache.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "Sources/BrightCache/**/*.swift",
22   "dependencies": {
23     "BrightFutures": [
24       "~> 8.0"
25     ]
26   },
27   "requires_arc": true,
28   "swift_version": "5.0"