blob: 21faaefb4c14efaf7c218635ebb3a1d7563ee9d4 [file] [log] [blame]
{
"name": "SevenPassSDK",
"version": "2.0.0",
"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": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
},
"dependencies": {
"Locksmith": [
"~> 3.0"
],
"JWTDecode": [
"~> 2.0"
],
"JSONWebToken": [
"~> 2.0.1"
]
},
"ios": {
"vendored_frameworks": "Carthage/Build/iOS/*.framework"
},
"pushed_with_swift_version": "3.0.1"
}