blob: c35c754a9acd94738520001a7ae5cfb8ba5bc662 [file] [log] [blame]
{
"name": "gui",
"version": "1.0.8",
"summary": "Grifols ui framework",
"homepage": "https://www.grifols.com/en/web/international/home",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Joan Molinas Ramon": "joan.molinas@external.grifols.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://git.grifols.com/bitbucket/scm/ios/gui.git",
"tag": "1.0.8"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"resources": [
"Source/**/*.xib"
],
"resource_bundles": {
"gui": [
"Source/**/*.xcassets"
]
},
"static_framework": true,
"swift_version": "5.0",
"dependencies": {
"glogin": [
],
"SwiftSpinner": [
]
}
}