[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 8 / e / ZTCoreKit / 1.1.16 / ZTCoreKit.podspec.json
blobae6744333d9a1ef5fb28d97b5023a373ce7ebc7b
2   "name": "ZTCoreKit",
3   "version": "1.1.16",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Official Zhortech ZTCoreKit SDK for iOS to access core features.",
9   "homepage": "https://zhortech.com/",
10   "social_media_url": "https://twitter.com/zhortech",
11   "authors": {
12     "Pavel Shpak": "p.shpak@zhortech.com"
13   },
14   "source": {
15     "git": "https://github.com/zhortech/ztcorekit-ios-sdk.git",
16     "tag": "1.1.16"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.10.1",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "vendored_frameworks": "Sources/ZTCoreKit.xcframework",
32   "ios": {
33     "weak_frameworks": [
34       "CoreBluetooth",
35       "Security",
36       "UIKit",
37       "Foundation",
38       "CFNetwork"
39     ]
40   },
41   "exclude_files": [
42     "readme-images/",
43     "docs/"
44   ],
45   "swift_version": "5.0"