blob: 8d25a9d13751010cb33e874e169fd5833102d665 [file] [log] [blame]
{
"name": "ZenKeySDK",
"version": "1.1.0",
"summary": "ZenKeySDK",
"description": "The ZenKey SDK enables service providers to authenticate users with their mobile device or web browser.",
"homepage": "https://github.com/MyZenKey/sp-sdk-ios",
"documentation_url": "http://developer.myzenkey.com/",
"license": {
"type": "custom",
"file": "LICENSE"
},
"authors": {
"ZenKey": "techsupport@myzenkey.com"
},
"source": {
"git": "https://github.com/MyZenKey/sp-sdk-ios.git",
"tag": "1.1.0"
},
"swift_versions": "5",
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": [
"ZenKeySDK/Sources/Core/**/*",
"ZenKeySDK/Sources/iOS/**/*"
],
"frameworks": [
"UIKit",
"SafariServices"
]
},
"public_header_files": "ZenKeySDK/**/*.h",
"resources": [
"ZenKeySDK/Resources/*.xcassets",
"ZenKeySDK/Resources/*.strings"
],
"weak_frameworks": "CryptoKit",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "ZenKeySDK/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "5"
}