blob: dc443e95f9e3c23899215ea266440094f851aa28 [file] [log] [blame]
{
"name": "gui",
"version": "1.0.3",
"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.3"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"resource_bundles": {
"gui": [
"Source/**/*.xib",
"Source/**/*.xcassets"
]
},
"static_framework": true,
"swift_version": "5.0",
"dependencies": {
"glogin": [
],
"SwiftSpinner": [
]
}
}