blob: 32eb532c969a86ba0ccd341d9dd61878ec9c23a6 [file] [log] [blame]
{
"name": "SwifterUI",
"version": "0.4.40",
"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.40",
"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/*",
"SwifterUI/SwifterUI/Extensions/*",
"SwifterUI/SwifterUI/Layout/*",
"SwifterUI/SwifterUI/Animations/*",
"SwifterUI/SwifterUI/SFGradient/*",
"SwifterUI/SwifterUI/UILibrary/*",
"SwifterUI/SwifterUI/UILibrary/**/*"
]
},
{
"name": "Firebase",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/Firebase/*",
"dependencies": {
"Firebase/Core": [
],
"Firebase/Auth": [
],
"SwifterUI/Core": [
]
}
},
{
"name": "Facebook",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/Facebook/*",
"dependencies": {
"FBSDKLoginKit": [
],
"SwifterUI/Core": [
]
}
}
]
}