[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 3 / ImageStore / 0.5.0 / ImageStore.podspec.json
blob74d39190ce53c32f55d53cc8d418b95382e523c0
2   "name": "ImageStore",
3   "version": "0.5.0",
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.5.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "ImageStore/Classes/**/*",
22   "requires_arc": true,
23   "static_framework": true,
24   "dependencies": {
25     "Firebase/Storage": [
26       "~>6.0"
27     ]
28   }