[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 4 / SevenPassSDK / 2.0.0 / SevenPassSDK.podspec.json
blob21faaefb4c14efaf7c218635ebb3a1d7563ee9d4
2   "name": "SevenPassSDK",
3   "version": "2.0.0",
4   "summary": "7Pass SDK to access 7Pass SSO features",
5   "description": "7Pass iOS SDK is a Swift library for interacting with the 7Pass SSO service.",
6   "homepage": "https://github.com/p7s1-ctf/7pass-ios-sdk",
7   "license": "MIT",
8   "authors": {
9     "Jan Votava": "jan@sensible.io"
10   },
11   "source": {
12     "git": "https://github.com/p7s1-ctf/7pass-ios-sdk.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21   },
22   "dependencies": {
23     "Locksmith": [
24       "~> 3.0"
25     ],
26     "JWTDecode": [
27       "~> 2.0"
28     ],
29     "JSONWebToken": [
30       "~> 2.0.1"
31     ]
32   },
33   "ios": {
34     "vendored_frameworks": "Carthage/Build/iOS/*.framework"
35   },
36   "pushed_with_swift_version": "3.0.1"