[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 3 / d / ZTBalistonKit / 1.0.0 / ZTBalistonKit.podspec.json
bloba12e56023137422d5cb9031fdb9aa3b8fcedcce5
2   "name": "ZTBalistonKit",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Official Zhortech ZTBalistonKit SDK for iOS to work with Baliston products.",
9   "homepage": "https://github.com/zhortech/ztbalistonkit-ios-sdk",
10   "social_media_url": "https://twitter.com/zhortech",
11   "authors": {
12     "Zhortech": "p.shpak@zhortech.com"
13   },
14   "source": {
15     "git": "https://github.com/zhortech/ztbalistonkit-ios-sdk.git",
16     "tag": "1.0.0"
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/ZTBalistonKit.xcframework",
32   "dependencies": {
33     "ZTCoreKit": [
34       "~> 1.1.14"
35     ]
36   },
37   "ios": {
38     "weak_frameworks": "Foundation"
39   },
40   "exclude_files": [
41     "docs/",
42     "readme-images/"
43   ],
44   "swift_version": "5.0"