[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 3 / ZTSportKit / 1.0.51 / ZTSportKit.podspec.json
blob3dd63cd64cfc23a5eeab84b9efe44622b387addb
2   "name": "ZTSportKit",
3   "version": "1.0.51",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Official Zhortech ZTSportKit SDK for iOS to work with Sport 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/ztsportkit-ios-sdk.git",
16     "tag": "1.0.51"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.6.0",
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   "dependencies": {
32     "ZTCoreKit": [
33       "~> 1.0.51"
34     ]
35   },
36   "source_files": "Sources/ZTSportKit.framework/Headers/*.h",
37   "public_header_files": "Sources/ZTSportKit.framework/Headers/*.h",
38   "vendored_frameworks": "Sources/ZTSportKit.framework",
39   "ios": {
40     "weak_frameworks": [
41       "CoreBluetooth",
42       "Security",
43       "UIKit",
44       "Foundation"
45     ]
46   },
47   "exclude_files": "docs/",
48   "swift_version": "5.0"