[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / 1 / XXIMSDK / 0.2.13 / XXIMSDK.podspec.json
blob2f8a60187858a3def1e15cf3266a25686e7108c7
2   "name": "XXIMSDK",
3   "version": "0.2.13",
4   "summary": "IM SDK",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "layne": "slei@yxt.com"
11   },
12   "homepage": "https://meet.yxt.com",
13   "description": "TODO: Add long description of the pod here.",
14   "frameworks": [
15     "UIKit",
16     "MediaPlayer",
17     "AVFoundation"
18   ],
19   "libraries": "c++",
20   "xcconfig": {
21     "VALID_ARCHS": "arm64"
22   },
23   "source": {
24     "git": "https://e.coding.net/me_zqx/yunxuetang/XXIMSDK.git",
25     "tag": "0.2.13"
26   },
27   "static_framework": true,
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "pod_target_xcconfig": {
32     "VALID_ARCHS": "arm64"
33   },
34   "platforms": {
35     "ios": "10.0"
36   },
37   "ios": {
38     "vendored_frameworks": [
39       "XXIMSDK.framework",
40       "Frameworks/sqlcipher.framework",
41       "Frameworks/WCDB.framework"
42     ]
43   },
44   "dependencies": {
45     "Protobuf": [
46       "~> 3.21.5"
47     ]
48   }