[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / 9 / 4 / 3 / ZTWarmKit / 1.0.0 / ZTWarmKit.podspec.json
blobf54f5429efc6ad7aa5e835a63225e6e7c49c0f30
2   "name": "ZTWarmKit",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Official Zhortech ZTWarmKit SDK for iOS to work with Warm products.",
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/ztwarmkit-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/ZTWarmKit.xcframework",
32   "dependencies": {
33     "ZTCoreKit": [
34       "~> 1.0.0"
35     ]
36   },
37   "ios": {
38     "weak_frameworks": "Foundation"
39   },
40   "exclude_files": "docs/",
41   "swift_version": "5.0"