[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / 1 / XXIMSDK / 0.1.14 / XXIMSDK.podspec.json
blob4c940eb1fbf3509b8511f817d7501316fd8b6418
2   "name": "XXIMSDK",
3   "version": "0.1.14",
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.1.14"
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/sqliterk.framework",
42       "Frameworks/WCDB.framework"
43     ]
44   },
45   "dependencies": {
46     "Protobuf": [
47       "~> 3.21.5"
48     ],
49     "WCDB": [
50       "1.0.7.5"
51     ]
52   }