blob: f0a19848e4c2473a1766ae2efa9e5cddf02fec55 [file] [log] [blame]
{
"name": "CleevioUI",
"version": "0.0.5",
"summary": "Internal Cleevio's UI framework",
"description": "A framework encapsulating UI components used within Cleevio's projects..",
"homepage": "https://gitlab.cleevio.cz/cleevio-dev-ios/cleevioui-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cleevio team": "hello@cleevio.com"
},
"source": {
"git": "https://gitlab.cleevio.cz/cleevio-dev-ios/cleevioui-ios.git",
"tag": "0.0.5"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"frameworks": "SwiftUI",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"default_subspecs": "Full",
"subspecs": [
{
"name": "Full",
"source_files": "CleevioUI/**/*.{h,m,swift}"
},
{
"name": "Core",
"source_files": "CleevioUI/Core/**/*.{h,m,swift}"
}
],
"swift_version": "5.0"
}