| { |
| "name": "MobileBankId", |
| "version": "0.1.0", |
| "summary": "Mobile BankId integration through e-identitet/GrandID API", |
| "description": "Swedish Mobile BankId integration through e-identitet/GrandID API.\nAt the moment only GrandID API's authentication is supported.", |
| "homepage": "https://bitbucket.org/finatech/mobilebankid", |
| "license": "MIT", |
| "authors": { |
| "Lachezar Yankov": "lachezar.yankov@finatech.se" |
| }, |
| "source": { |
| "git": "https://bitbucket.org/finatech/mobilebankid.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "MobileBankId/Classes/**/*", |
| "resource_bundles": { |
| "MobileBankId": [ |
| "MobileBankId/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.0" |
| ], |
| "SwiftyJSON": [ |
| "~> 2.3.2" |
| ] |
| } |
| } |