blob: aa7c38caabf099f572b90fe0f9e4583eaebd2cc9 [file] [log] [blame]
{
"name": "SwifterUI",
"version": "0.8.68",
"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.8.68",
"submodules": true
},
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"subspecs": [
{
"name": "Core",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"SwifterUI/SwifterUI/UILibrary/*",
"SwifterUI/SwifterUI/UILibrary/**/*"
],
"dependencies": {
"DeepDiff": [
]
}
},
{
"name": "ChatKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/ChatKit/**/*",
"dependencies": {
"SwifterUI/Core": [
],
"Kingfisher": [
]
}
},
{
"name": "LoginKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwifterUI/SwifterUI/LoginKit/**/*",
"dependencies": {
"SwifterUI/Core": [
]
}
}
]
}