blob: 279832a312433575b36e67c82d39c58c384c9a7d [file] [log] [blame]
{
"name": "SevenPassSDK",
"version": "1.1.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": "1.1.0"
},
"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"
}
}