blob: 7bff4e4600092c71f27b9cf896666830a429c852 [file] [log] [blame]
{
"name": "Nora",
"version": "1.1.0",
"summary": "An abstraction layer for FirebaseDatabase and FirebaseStorage.",
"homepage": "https://github.com/SD10/Nora",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Steven Deutsch": "stevensdeutsch@yahoo.com"
},
"social_media_url": "https://twitter.com/_SD10_",
"source": {
"git": "https://github.com/SD10/Nora.git",
"tag": "1.1.0"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"static_framework": true,
"requires_arc": true,
"dependencies": {
"Firebase/Core": [
"~> 4.0"
],
"Firebase/Database": [
"~> 4.0"
],
"Firebase/Storage": [
"~> 4.0"
],
"Result": [
"~> 3.0"
]
}
}