| { |
| "name": "SevenPassSDK", |
| "version": "1.0.3", |
| "summary": "7Pass SDK to access 7Pass SSO features", |
| "description": "7Pass iOS SDK is a Swift library for interacting with the 7Pass SSO service.", |
| "homepage": "https://github.com/p7s1-ctf/7pass-ios-sdk", |
| "license": "MIT", |
| "authors": { |
| "Jan Votava": "jan@sensible.io" |
| }, |
| "source": { |
| "git": "https://github.com/p7s1-ctf/7pass-ios-sdk.git", |
| "tag": "1.0.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "SevenPass": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "CryptoSwift": [ |
| |
| ], |
| "Locksmith": [ |
| |
| ], |
| "JWTDecode": [ |
| "~> 1.0" |
| ], |
| "AwesomeCache": [ |
| "~> 2.0" |
| ], |
| "JSONWebToken": [ |
| |
| ] |
| }, |
| "ios": { |
| "vendored_frameworks": "Carthage/Build/iOS/OAuthSwift.framework" |
| } |
| } |