blob: f3a8e05383d1f5ed899788aacc3f0e0464309194 [file] [log] [blame]
{
"name": "FireFast",
"version": "0.2.6",
"summary": "Working with the FireBase library without any effort.",
"description": "'The FireFast is a swift library that helps you to work with Firebase services in a fast way. You only need to do the configurations to use these simple use-cases.'",
"homepage": "https://github.com/behrad-kzm/FireFast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"behrad-kzm": "behrad.kzm@gmail.com"
},
"source": {
"git": "https://github.com/behrad-kzm/FireFast.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5",
"static_framework": true,
"source_files": "FireFast/Src/**/*",
"dependencies": {
"Firebase/Analytics": [
],
"Firebase/Auth": [
],
"GoogleSignIn": [
],
"Firebase/Firestore": [
],
"FBSDKLoginKit": [
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5"
}