blob: 22aeeabe6cb870d27f22bd6f72ee6db24150dc97 [file] [log] [blame]
{
"name": "FirebaseStorageCache",
"version": "0.0.3",
"summary": "FIRStorage for iOS with caching and offline capabilities.",
"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.",
"homepage": "https://github.com/antonyharfield/FirebaseStorageCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antony Harfield": "antonyharfield@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/antonyharfield/FirebaseStorageCache.git",
"tag": "0.0.3"
},
"source_files": "FirebaseStorageCache",
"frameworks": "FirebaseStorage",
"dependencies": {
"Firebase/Core": [
],
"Firebase/Storage": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**"
},
"pushed_with_swift_version": "3.0"
}