[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 2 / MobileBankId / 0.1.0 / MobileBankId.podspec.json
blob1b5889fc1b49b77922eda09058fafdbf55d69757
2   "name": "MobileBankId",
3   "version": "0.1.0",
4   "summary": "Mobile BankId integration through e-identitet/GrandID API",
5   "description": "Swedish Mobile BankId integration through e-identitet/GrandID API.\nAt the moment only GrandID API's authentication is supported.",
6   "homepage": "https://bitbucket.org/finatech/mobilebankid",
7   "license": "MIT",
8   "authors": {
9     "Lachezar Yankov": "lachezar.yankov@finatech.se"
10   },
11   "source": {
12     "git": "https://bitbucket.org/finatech/mobilebankid.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "MobileBankId/Classes/**/*",
19   "resource_bundles": {
20     "MobileBankId": [
21       "MobileBankId/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.0"
27     ],
28     "SwiftyJSON": [
29       "~> 2.3.2"
30     ]
31   }