blob: 88300edf252bdceff4418d838ff0f0df5f6e69eb [file] [log] [blame]
{
"name": "FireSnapshot",
"version": "0.11.0",
"summary": "Firebase Cloud Firestore Model Framework using Codable.",
"homepage": "https://github.com/sgr-ksmt/FireSnapshot",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"source": {
"git": "https://github.com/sgr-ksmt/FireSnapshot.git",
"tag": "0.11.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "FireSnapshot/Sources/Core/**/*.swift",
"dependencies": {
"Firebase/Firestore": [
"~> 6.12"
],
"FirebaseFirestoreSwift": [
"~> 0.2"
]
}
},
{
"name": "Storage",
"source_files": "FireSnapshot/Sources/Storage/*.swift",
"dependencies": {
"FireSnapshot/Core": [
],
"Firebase/Storage": [
"~> 6.12"
]
}
}
],
"swift_version": "5.1"
}