[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / e / ZTCoreKit / 1.0.55 / ZTCoreKit.podspec.json
blobb848df04d9bb6bde7f501a8812a0ab10e1865aec
2   "name": "ZTCoreKit",
3   "version": "1.0.55",
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.0.55"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.4.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     "Alamofire": [
33       "~> 5.4.0"
34     ],
35     "ObjectMapper": [
36       "~> 4.2"
37     ],
38     "iOSDFULibrary": [
39       "~> 4.8.0"
40     ]
41   },
42   "source_files": "Sources/ZTCoreKit.framework/Headers/*.h",
43   "public_header_files": "Sources/ZTCoreKit.framework/Headers/*.h",
44   "vendored_frameworks": "Sources/ZTCoreKit.framework",
45   "ios": {
46     "weak_frameworks": [
47       "CoreBluetooth",
48       "Security",
49       "UIKit",
50       "Foundation"
51     ]
52   },
53   "exclude_files": [
54     "readme-images/",
55     "docs/"
56   ],
57   "swift_version": "5.0"