[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / d / 6 / ZenKeySDK / 0.9.0 / ZenKeySDK.podspec.json
blob94877b3571434ce4cbca4ad06373d16753a3bca4
2   "name": "ZenKeySDK",
3   "version": "0.9.0",
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.0"
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   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "source_files": "ZenKeySDK/Tests/**/*.swift",
42       "frameworks": "XCTest"
43     }
44   ],
45   "swift_version": "5"