[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / d / 6 / ZenKeySDK / 0.9.1 / ZenKeySDK.podspec.json
blobfa00ca77f9f0e4cea52aa83432d3984517d8c590
2   "name": "ZenKeySDK",
3   "version": "0.9.1",
4   "summary": "ZenKeySDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MyZenKey/sp-sdk-ios",
7   "license": {
8     "type": "custom",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZenKey": "techsupport@myzenkey.com"
13   },
14   "source": {
15     "git": "https://github.com/MyZenKey/sp-sdk-ios.git",
16     "tag": "0.9.1"
17   },
18   "swift_versions": "5",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "ios": {
23     "source_files": [
24       "ZenKeySDK/Sources/Core/**/*",
25       "ZenKeySDK/Sources/iOS/**/*"
26     ],
27     "frameworks": [
28       "UIKit",
29       "SafariServices"
30     ]
31   },
32   "public_header_files": "ZenKeySDK/**/*.h",
33   "resources": [
34     "ZenKeySDK/Resources/*.xcassets",
35     "ZenKeySDK/Resources/*.lproj/*.strings"
36   ],
37   "weak_frameworks": "CryptoKit",
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "source_files": "ZenKeySDK/Tests/**/*.swift",
43       "frameworks": "XCTest"
44     }
45   ],
46   "swift_version": "5"