[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / 6 / ZenKeySDK / 0.9.2 / ZenKeySDK.podspec.json
blobfae4b82cbdd2ae8b818489fabcca6ad828fbbb16
2   "name": "ZenKeySDK",
3   "version": "0.9.2",
4   "summary": "ZenKeySDK",
5   "description": "The ZenKey SDK enables service providers to authenticate users with their mobile device or web browser.",
6   "homepage": "https://github.com/MyZenKey/sp-sdk-ios",
7   "documentation_url": "http://developer.myzenkey.com/",
8   "license": {
9     "type": "custom",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ZenKey": "techsupport@myzenkey.com"
14   },
15   "source": {
16     "git": "https://github.com/MyZenKey/sp-sdk-ios.git",
17     "tag": "0.9.2"
18   },
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "ios": {
24     "source_files": [
25       "ZenKeySDK/Sources/Core/**/*",
26       "ZenKeySDK/Sources/iOS/**/*"
27     ],
28     "frameworks": [
29       "UIKit",
30       "SafariServices"
31     ]
32   },
33   "public_header_files": "ZenKeySDK/**/*.h",
34   "resources": [
35     "ZenKeySDK/Resources/*.xcassets",
36     "ZenKeySDK/Resources/*.lproj/*.strings"
37   ],
38   "weak_frameworks": "CryptoKit",
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": "ZenKeySDK/Tests/**/*.swift",
44       "frameworks": "XCTest"
45     }
46   ],
47   "swift_version": "5"