[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / b / e / FirebaseStorageCache / 0.0.10 / FirebaseStorageCache.podspec.json
blobe741d7b8cf863fde43ea339eecb7dd68eee06749
2   "name": "FirebaseStorageCache",
3   "version": "0.0.10",
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.10"
20   },
21   "source_files": "FirebaseStorageCache",
22   "frameworks": [
23     "FirebaseCore",
24     "FirebaseStorage"
25   ],
26   "dependencies": {
27     "Firebase/Core": [
29     ],
30     "Firebase/Storage": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**"
36   }