blob: 94877b3571434ce4cbca4ad06373d16753a3bca4 [file] [log] [blame]
{
"name": "ZenKeySDK",
"version": "0.9.0",
"summary": "ZenKeySDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MyZenKey/sp-sdk-ios",
"license": {
"type": "custom",
"file": "LICENSE"
},
"authors": {
"ZenKey": "techsupport@myzenkey.com"
},
"source": {
"git": "https://github.com/MyZenKey/sp-sdk-ios.git",
"tag": "0.9.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/*.lproj/*.strings"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "ZenKeySDK/Tests/**/*.swift",
"frameworks": "XCTest"
}
],
"swift_version": "5"
}