blob: 5ab29d4629d6ef1a8278e5212b23d49c9176d3f8 [file] [log] [blame]
{
"name": "Quiche",
"version": "0.1.0",
"summary": "Type-safe Firestore Query for Swift.",
"homepage": "https://github.com/sgr-ksmt/Quiche",
"license": "MIT",
"authors": {
"Suguru Kishimoto": "melodydance.k.s@gmail.com"
},
"source": {
"git": "https://github.com/sgr-ksmt/Quiche.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Firestore": [
]
}
}