blob: 9df45cb93640d0e4ec251e522e64f19fce08eab1 [file] [log] [blame]
{
"name": "FireStore",
"version": "1.0.0",
"summary": "Firebase Firestore helpful extensions + ReactiveSwift",
"description": "Working with Firebase Firestore become a whole lot easier with this framework !\nReferences, automatic data mapping and reactive extensions are provided to help you focus on builduing your app.",
"homepage": "https://github.com/iDonJose/FireStore",
"source": {
"git": "https://github.com/iDonJose/FireStore.git",
"tag": "1.0.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"iDonJose": "donor.develop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"frameworks": "Foundation",
"dependencies": {
"SwiftXtend": [
"~> 1.1"
],
"FirebaseFirestore": [
"~> 0.14"
]
},
"default_subspecs": [
"Core",
"ReactiveSwift"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.{h,swift}"
},
{
"name": "ReactiveSwift",
"dependencies": {
"FireStore/Core": [
],
"ReactiveSwift": [
"~> 4.0"
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-D USE_REACTIVESWIFT"
}
}
]
}