blob: 92b60d44fb4ed82f685aac89a6ea6413d11a4fdc [file] [log] [blame]
{
"name": "SwifterUI",
"version": "0.4.77",
"summary": "UI Library",
"description": "This is a UI Library to improve development process",
"homepage": "https://github.com/BrandonMA/SwifterUI",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"<Brandon>": "<maldonado.brandon177@gmail.com>"
},
"source": {
"git": "https://github.com/BrandonMA/SwifterUI.git",
"tag": "0.4.77",
"submodules": true
},
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"subspecs": [
{
"name": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"SwifterUI/SwifterUI/UILibrary/*",
"SwifterUI/SwifterUI/UILibrary/**/*"
]
},
{
"name": "ChatKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/ChatKit/*",
"dependencies": {
"SwifterUI/Core": [
]
}
},
{
"name": "LoginKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
"dependencies": {
"SwifterUI/Core": [
]
}
},
{
"name": "Firebase",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/Firebase/*",
"dependencies": {
"Firebase/Core": [
"~> 4.9.0"
],
"Firebase/Auth": [
"~> 4.9.0"
],
"Firebase/Firestore": [
"~> 4.9.0"
],
"CodableFirebase": [
],
"PromiseKit/CorePromise": [
"~> 6.0"
],
"SwifterUI/Core": [
]
}
},
{
"name": "Facebook",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/Facebook/*",
"dependencies": {
"FBSDKLoginKit": [
],
"PromiseKit/CorePromise": [
"~> 6.0"
],
"SwifterUI/Core": [
]
}
}
]
}