[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 2 / a / 8 / SceytChat / 1.5.9 / SceytChat.podspec.json
blob6c2d681c5f67518ab37744920bc0bc6493ca5ac4
2   "name": "SceytChat",
3   "version": "1.5.9",
4   "summary": "SceytChat iOS Framework",
5   "description": "Low-level chat SDK to work with Sceyt Chat API.",
6   "homepage": "https://sceyt.com",
7   "license": "Commercial",
8   "authors": {
9     "Ovsep Keropian": "ovsep@sceyt.com"
10   },
11   "source": {
12     "git": "https://github.com/sceyt/sceyt-chat-ios-sdk.git",
13     "tag": "v1.5.9"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "10.0"
18   },
19   "vendored_frameworks": "Sources/SceytChat.xcframework",
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "SystemConfiguration"
24     ]
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   }