[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 3 / ImageStore / 0.4.1 / ImageStore.podspec.json
blob2f141d16cb8820633744befe934e0c679198d71b
2   "name": "ImageStore",
3   "version": "0.4.1",
4   "summary": "Image downloader with memory cache supporting.",
5   "description": "Image downloader with memory cache supporting.\nIf you want more info, look https://github.com/miup/ImageStore.git",
6   "homepage": "https://github.com/miup/ImageStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "miup": "contact@miup.blue"
13   },
14   "source": {
15     "git": "https://github.com/miup/ImageStore.git",
16     "tag": "0.4.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ImageStore/Classes/**/*",
22   "requires_arc": true,
23   "static_framework": true,
24   "dependencies": {
25     "Firebase/Storage": [
26       "~>5.0.0"
27     ]
28   }