| { |
| "name": "glogin", |
| "version": "1.3.0", |
| "summary": "Grifols login 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/glogin.git", |
| "tag": "1.3.0" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*.swift" |
| ], |
| "static_framework": true, |
| "swift_version": "5.0", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7" |
| ] |
| } |
| } |