[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 4 / SevenPassSDK / 1.0.3 / SevenPassSDK.podspec.json
blob0950ddf2e9c708ed074e40325802b500a3780fe4
2   "name": "SevenPassSDK",
3   "version": "1.0.3",
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": "1.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SevenPass": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "CryptoSwift": [
28     ],
29     "Locksmith": [
31     ],
32     "JWTDecode": [
33       "~> 1.0"
34     ],
35     "AwesomeCache": [
36       "~> 2.0"
37     ],
38     "JSONWebToken": [
40     ]
41   },
42   "ios": {
43     "vendored_frameworks": "Carthage/Build/iOS/OAuthSwift.framework"
44   }