[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 1 / SceytChatUIKit / 1.6.1 / SceytChatUIKit.podspec.json
blob2523b06400aa68fc0f8dfae21fb689b987e87e09
2   "name": "SceytChatUIKit",
3   "swift_versions": "5.7",
4   "version": "1.6.1",
5   "summary": "Fully customizable Chat UI Kit on top of SceytChat SDK.",
6   "homepage": "https://sceyt.com",
7   "license": "MIT",
8   "authors": {
9     "Ovsep Keropian": "ovsep@sceyt.com"
10   },
11   "source": {
12     "git": "https://github.com/sceyt/sceyt-chat-ios-uikit.git",
13     "tag": "v1.6.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "13.0"
18   },
19   "source_files": [
20     "Sources/SceytChatUIKit/**/*.swift"
21   ],
22   "resources": [
23     "Sources/SceytChatUIKit/**/*.xcdatamodeld",
24     "Sources/SceytChatUIKit/**/*.plist",
25     "Sources/SceytChatUIKit/Resources/**/*.xcassets"
26   ],
27   "ios": {
28     "frameworks": [
29       "UIKit",
30       "Foundation",
31       "CoreData"
32     ]
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   },
40   "dependencies": {
41     "SceytChat": [
42       ">= 1.5.8"
43     ]
44   },
45   "swift_version": "5.7"