[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / b / e / FirebaseStorageCache / 0.0.4 / FirebaseStorageCache.podspec.json
blobf896f4d6805857d85b0454250dc11454771cca4c
2   "name": "FirebaseStorageCache",
3   "version": "0.0.4",
4   "summary": "FIRStorage for iOS with caching and offline capabilities.",
5   "description": "Is your Firebase Storage code hitting the network too often? Would you like Firebase\nStorage to cache images so that it works in offline mode? FirebaseStorageCache provides\na disk-based cache that does exactly that. Extensions for UIImageView and UIWebView\nmakes loading files easy from a FIRStorageReference.",
6   "homepage": "https://github.com/antonyharfield/FirebaseStorageCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Antony Harfield": "antonyharfield@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/antonyharfield/FirebaseStorageCache.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "FirebaseStorageCache",
22   "frameworks": "FirebaseStorage",
23   "dependencies": {
24     "Firebase/Core": [
26     ],
27     "Firebase/Storage": [
29     ]
30   },
31   "pod_target_xcconfig": {
32     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**"
33   },
34   "pushed_with_swift_version": "3.0"